color codes Logo

#cc719e color codes

#CC719E
(204,113,158)
0 Favorites   0 Comments

Color spaces of #cc719e

RGB 204113158
HSL0.920.470.62
HSV330°45°80°
CMYK 0.000.450.23   0.20
XYZ36.978527.116235.6327
Yxy27.11620.37080.2719
Hunter Lab52.073235.6292-4.1198
CIE-Lab59.081741.3837-8.3732

#cc719e color RGB value is (204,113,158).

#cc719e hex color red value is 204, green value is 113 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cc719e hue: 0.92 , saturation: 0.47 and the lightness value of cc719e is 0.62.

The process color (four color CMYK) of #cc719e color code is 0.00, 0.45, 0.23, 0.20. Web safe color of #cc719e is #cc6699. Color #cc719e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 10011110
Octal 314 161 236
Decimal 204 113 158
Hex CC 71 9E

RGB Percentages of Color #cc719e

%42.95
%23.79
%33.26

CMYK Percentages of Color #cc719e

%0
%45
%23
%20

Triadic Colors of #cc719e

#cc719e #9ecc71 #719ecc

Analogous Colors of #cc719e

#cc719e #cc7271 #cc71cc

Monochromatic Colors of #cc719e

#cc719e

Complementary Color

#cc719e #71cc9f

#cc719e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc719e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc719e Color CSS Codes

.mybgcolor {background-color:#cc719e; } 
.myforecolor {color:#cc719e; }
.mybordercolor {border:3px solid #cc719e; }

#cc719e Text Font Color

<p style="color:#cc719e">Text here</p>

This sample text font color is #cc719e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc719e Background Color

<div style="background-color:#cc719e">
Div content here</div>

This div background color is #cc719e


#cc719e Border Color

<div style="border:3px solid #cc719e">
Div here</div>

This div border color is #cc719e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,113,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc719e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc719e;
  -webkit-box-shadow: 1px 1px 3px 2px #cc719e;
  box-shadow:         1px 1px 3px 2px #cc719e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,113,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc719e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc719e;
  -webkit-box-shadow: 1px 1px 3px 2px #cc719e;
  box-shadow:         1px 1px 3px 2px #cc719e;">
Div content here</div>

This div box has shadow with color #cc719e


Comments

No comments written yet.

Please login to write comment.