Color Hex Logo

#cd718c Color Hex

#CD718C
(205,113,140)
0 Favorites   0 Comments

Color spaces of #cd718c

RGB 205113140
HSL0.950.480.62
HSV342°45°80°
CMYK 0.000.450.32   0.20
XYZ35.815626.682828.0736
Yxy26.68280.39540.2946
Hunter Lab51.655433.36723.9359
CIE-Lab58.679639.25001.4635

#cd718c color RGB value is (205,113,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110001 10001100
Octal 315 161 214
Decimal 205 113 140
Hex CD 71 8C

RGB Percentages of Color #cd718c

%44.76
%24.67
%30.57

CMYK Percentages of Color #cd718c

%0
%45
%32
%20

Triadic Colors of #cd718c

#cd718c #8ccd71 #718ccd

Analogous Colors of #cd718c

#cd718c #cd8471 #cd71ba

Monochromatic Colors of #cd718c

#cd718c

Complementary Color

#cd718c #71cdb2

#cd718c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd718c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd718c Color CSS Codes

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

#cd718c Text Font Color

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

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


#cd718c Background Color

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

This div background color is #cd718c


#cd718c Border Color

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

This div border color is #cd718c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,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 #cd718c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd718c


Comments

No comments written yet.

Please login to write comment.