Color Hex Logo

#cd76bc Color Hex

#CD76BC
(205,118,188)
0 Favorites   0 Comments

Color spaces of #cd76bc

RGB 205118188
HSL0.870.470.63
HSV312°42°80°
CMYK 0.000.420.08   0.20
XYZ40.732429.566851.1371
Yxy29.56680.33540.2435
Hunter Lab54.375438.5569-17.6963
CIE-Lab61.278643.8699-22.2222

#cd76bc color RGB value is (205,118,188).

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

The process color (four color CMYK) of #cd76bc color hex is 0.00, 0.42, 0.08, 0.20. Web safe color of #cd76bc is #cc66cc. Color #cd76bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110110 10111100
Octal 315 166 274
Decimal 205 118 188
Hex CD 76 BC

RGB Percentages of Color #cd76bc

%40.12
%23.09
%36.79

CMYK Percentages of Color #cd76bc

%0
%42
%8
%20

Triadic Colors of #cd76bc

#cd76bc #bccd76 #76bccd

Analogous Colors of #cd76bc

#cd76bc #cd7691 #b376cd

Monochromatic Colors of #cd76bc

#cd76bc

Complementary Color

#cd76bc #76cd87

#cd76bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd76bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd76bc Color CSS Codes

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

#cd76bc Text Font Color

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

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


#cd76bc Background Color

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

This div background color is #cd76bc


#cd76bc Border Color

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

This div border color is #cd76bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd76bc


Comments

No comments written yet.

Please login to write comment.