Color Hex Logo

#cd76ad Color Hex

#CD76AD
(205,118,173)
0 Favorites   0 Comments

Color spaces of #cd76ad

RGB 205118173
HSL0.890.470.63
HSV322°42°80°
CMYK 0.000.420.16   0.20
XYZ39.198128.953143.0577
Yxy28.95310.35250.2603
Hunter Lab53.808135.8695-9.7787
CIE-Lab60.740241.3968-14.4896

#cd76ad color RGB value is (205,118,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110110 10101101
Octal 315 166 255
Decimal 205 118 173
Hex CD 76 AD

RGB Percentages of Color #cd76ad

%41.33
%23.79
%34.88

CMYK Percentages of Color #cd76ad

%0
%42
%16
%20

Triadic Colors of #cd76ad

#cd76ad #adcd76 #76adcd

Analogous Colors of #cd76ad

#cd76ad #cd7682 #c276cd

Monochromatic Colors of #cd76ad

#cd76ad

Complementary Color

#cd76ad #76cd96

#cd76ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd76ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd76ad Color CSS Codes

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

#cd76ad Text Font Color

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

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


#cd76ad Background Color

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

This div background color is #cd76ad


#cd76ad Border Color

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

This div border color is #cd76ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,118,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd76ad


Comments

No comments written yet.

Please login to write comment.