Color Hex Logo

#cd96bd Color Hex

#CD96BD
(205,150,189)
0 Favorites   0 Comments

Color spaces of #cd96bd

RGB 205150189
HSL0.880.350.70
HSV317°27°80°
CMYK 0.000.270.08   0.20
XYZ45.268538.466053.1829
Yxy38.46600.33060.2809
Hunter Lab62.021021.7487-7.4264
CIE-Lab68.362726.8392-12.0544

#cd96bd color RGB value is (205,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010110 10111101
Octal 315 226 275
Decimal 205 150 189
Hex CD 96 BD

RGB Percentages of Color #cd96bd

%37.68
%27.57
%34.74

CMYK Percentages of Color #cd96bd

%0
%27
%8
%20

Triadic Colors of #cd96bd

#cd96bd #bdcd96 #96bdcd

Analogous Colors of #cd96bd

#cd96bd #cd96a2 #c296cd

Monochromatic Colors of #cd96bd

#cd96bd

Complementary Color

#cd96bd #96cda6

#cd96bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd96bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd96bd Color CSS Codes

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

#cd96bd Text Font Color

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

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


#cd96bd Background Color

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

This div background color is #cd96bd


#cd96bd Border Color

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

This div border color is #cd96bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd96bd


Comments

No comments written yet.

Please login to write comment.