Color Hex Logo

#cc9bcc Color Hex

#CC9BCC
(204,155,204)
0 Favorites   0 Comments

Color spaces of #cc9bcc

RGB 204155204
HSL0.830.320.70
HSV300°24°80°
CMYK 0.000.240.00   0.20
XYZ47.522340.639762.4663
Yxy40.63970.31550.2698
Hunter Lab63.749321.5027-13.4723
CIE-Lab69.922726.4903-18.0424

#cc9bcc color RGB value is (204,155,204).

#cc9bcc hex color red value is 204, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc9bcc hue: 0.83 , saturation: 0.32 and the lightness value of cc9bcc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011011 11001100
Octal 314 233 314
Decimal 204 155 204
Hex CC 9B CC

RGB Percentages of Color #cc9bcc

%36.23
%27.53
%36.23

CMYK Percentages of Color #cc9bcc

%0
%24
%0
%20

Triadic Colors of #cc9bcc

#cc9bcc #cccc9b #9bcccc

Analogous Colors of #cc9bcc

#cc9bcc #cc9bb4 #b49bcc

Monochromatic Colors of #cc9bcc

#cc9bcc

Complementary Color

#cc9bcc #9bcc9b

#cc9bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9bcc Color CSS Codes

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

#cc9bcc Text Font Color

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

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


#cc9bcc Background Color

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

This div background color is #cc9bcc


#cc9bcc Border Color

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

This div border color is #cc9bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9bcc


Comments

No comments written yet.

Please login to write comment.