Color Hex Logo

#cd768c Color Hex

#CD768C
(205,118,140)
0 Favorites   0 Comments

Color spaces of #cd768c

RGB 205118140
HSL0.960.470.63
HSV345°42°80°
CMYK 0.000.420.32   0.20
XYZ36.388927.829528.2647
Yxy27.82950.39350.3009
Hunter Lab52.753730.80845.1608
CIE-Lab59.734436.62022.9939

#cd768c color RGB value is (205,118,140).

#cd768c hex color red value is 205, green value is 118 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cd768c hue: 0.96 , saturation: 0.47 and the lightness value of cd768c is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110110 10001100
Octal 315 166 214
Decimal 205 118 140
Hex CD 76 8C

RGB Percentages of Color #cd768c

%44.28
%25.49
%30.24

CMYK Percentages of Color #cd768c

%0
%42
%32
%20

Triadic Colors of #cd768c

#cd768c #8ccd76 #768ccd

Analogous Colors of #cd768c

#cd768c #cd8c76 #cd76b8

Monochromatic Colors of #cd768c

#cd768c

Complementary Color

#cd768c #76cdb7

#cd768c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd768c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd768c Color CSS Codes

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

#cd768c Text Font Color

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

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


#cd768c Background Color

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

This div background color is #cd768c


#cd768c Border Color

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

This div border color is #cd768c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd768c


Comments

No comments written yet.

Please login to write comment.