Color Hex Logo

#cc718c Color Hex

#CC718C
(204,113,140)
0 Favorites   0 Comments

Color spaces of #cc718c

RGB 204113140
HSL0.950.470.62
HSV342°45°80°
CMYK 0.000.450.31   0.20
XYZ35.540626.541128.0607
Yxy26.54110.39430.2944
Hunter Lab51.518132.98463.7687
CIE-Lab58.547138.89421.2546

#cc718c color RGB value is (204,113,140).

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

The process color (four color CMYK) of #cc718c color hex is 0.00, 0.45, 0.31, 0.20. Web safe color of #cc718c is #cc6699. Color #cc718c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 10001100
Octal 314 161 214
Decimal 204 113 140
Hex CC 71 8C

RGB Percentages of Color #cc718c

%44.64
%24.73
%30.63

CMYK Percentages of Color #cc718c

%0
%45
%31
%20

Triadic Colors of #cc718c

#cc718c #8ccc71 #718ccc

Analogous Colors of #cc718c

#cc718c #cc8471 #cc71ba

Monochromatic Colors of #cc718c

#cc718c

Complementary Color

#cc718c #71ccb1

#cc718c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc718c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc718c Color CSS Codes

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

#cc718c Text Font Color

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

This sample text font color is #cc718c
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.


#cc718c Background Color

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

This div background color is #cc718c


#cc718c Border Color

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

This div border color is #cc718c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc718c


Comments

No comments written yet.

Please login to write comment.