Color Hex Logo

#cd96cd Color Hex Plum3

#CD96CD
(205,150,205)
8 Favorites   0 Comments

Color spaces of #cd96cd Plum3

RGB 205150205
HSL0.830.350.70
HSV300°27°80°
CMYK 0.000.270.00   0.20
XYZ47.102639.199662.8413
Yxy39.19960.31580.2628
Hunter Lab62.609624.7228-15.6827
CIE-Lab68.895629.7459-20.1452

#cd96cd color RGB value is (205,150,205). #cd96cd color name is Plum3 color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010110 11001101
Octal 315 226 315
Decimal 205 150 205
Hex CD 96 CD

RGB Percentages of Color #cd96cd

%36.61
%26.79
%36.61

CMYK Percentages of Color #cd96cd

%0
%27
%0
%20

Triadic Colors of #cd96cd

#cd96cd #cdcd96 #96cdcd

Analogous Colors of #cd96cd

#cd96cd #cd96b2 #b296cd

Monochromatic Colors of #cd96cd

#cd96cd

Complementary Color

#cd96cd #96cd96

#cd96cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd96cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd96cd Color CSS Codes

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

#cd96cd Text Font Color

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

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


#cd96cd Background Color

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

This div background color is #cd96cd


#cd96cd Border Color

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

This div border color is #cd96cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd96cd


Comments

No comments written yet.

Please login to write comment.