Color Hex Logo

#cd96cb Color Hex

#CD96CB
(205,150,203)
0 Favorites   0 Comments

Color spaces of #cd96cb

RGB 205150203
HSL0.840.350.70
HSV302°27°80°
CMYK 0.000.270.01   0.20
XYZ46.862739.103661.5777
Yxy39.10360.31760.2650
Hunter Lab62.532924.3370-14.6114
CIE-Lab68.826229.3719-19.1411

#cd96cb color RGB value is (205,150,203).

#cd96cb hex color red value is 205, green value is 150 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cd96cb hue: 0.84 , saturation: 0.35 and the lightness value of cd96cb is 0.70.

The process color (four color CMYK) of #cd96cb color hex is 0.00, 0.27, 0.01, 0.20. Web safe color of #cd96cb is #cc99cc. Color #cd96cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010110 11001011
Octal 315 226 313
Decimal 205 150 203
Hex CD 96 CB

RGB Percentages of Color #cd96cb

%36.74
%26.88
%36.38

CMYK Percentages of Color #cd96cb

%0
%27
%1
%20

Triadic Colors of #cd96cb

#cd96cb #cbcd96 #96cbcd

Analogous Colors of #cd96cb

#cd96cb #cd96b0 #b496cd

Monochromatic Colors of #cd96cb

#cd96cb

Complementary Color

#cd96cb #96cd98

#cd96cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd96cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd96cb Color CSS Codes

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

#cd96cb Text Font Color

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

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


#cd96cb Background Color

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

This div background color is #cd96cb


#cd96cb Border Color

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

This div border color is #cd96cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd96cb


Comments

No comments written yet.

Please login to write comment.