Color Hex Logo

#cc9bbb Color Hex

#CC9BBB
(204,155,187)
0 Favorites   0 Comments

Color spaces of #cc9bbb

RGB 204155187
HSL0.890.320.70
HSV321°24°80°
CMYK 0.000.240.08   0.20
XYZ45.592839.867952.3060
Yxy39.86790.33090.2894
Hunter Lab63.141018.3943-4.9171
CIE-Lab69.375323.4045-9.4379

#cc9bbb color RGB value is (204,155,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011011 10111011
Octal 314 233 273
Decimal 204 155 187
Hex CC 9B BB

RGB Percentages of Color #cc9bbb

%37.36
%28.39
%34.25

CMYK Percentages of Color #cc9bbb

%0
%24
%8
%20

Triadic Colors of #cc9bbb

#cc9bbb #bbcc9b #9bbbcc

Analogous Colors of #cc9bbb

#cc9bbb #cc9ba3 #c59bcc

Monochromatic Colors of #cc9bbb

#cc9bbb

Complementary Color

#cc9bbb #9bccac

#cc9bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9bbb Color CSS Codes

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

#cc9bbb Text Font Color

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

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


#cc9bbb Background Color

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

This div background color is #cc9bbb


#cc9bbb Border Color

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

This div border color is #cc9bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9bbb


Comments

No comments written yet.

Please login to write comment.