Color Hex Logo

#cc9bbe Color Hex

#CC9BBE
(204,155,190)
0 Favorites   0 Comments

Color spaces of #cc9bbe

RGB 204155190
HSL0.880.320.70
HSV317°24°80°
CMYK 0.000.240.07   0.20
XYZ45.917439.997854.0154
Yxy39.99780.32810.2858
Hunter Lab63.243818.9211-6.3678
CIE-Lab69.468023.9319-10.9663

#cc9bbe color RGB value is (204,155,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011011 10111110
Octal 314 233 276
Decimal 204 155 190
Hex CC 9B BE

RGB Percentages of Color #cc9bbe

%37.16
%28.23
%34.61

CMYK Percentages of Color #cc9bbe

%0
%24
%7
%20

Triadic Colors of #cc9bbe

#cc9bbe #becc9b #9bbecc

Analogous Colors of #cc9bbe

#cc9bbe #cc9ba6 #c29bcc

Monochromatic Colors of #cc9bbe

#cc9bbe

Complementary Color

#cc9bbe #9bcca9

#cc9bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9bbe Color CSS Codes

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

#cc9bbe Text Font Color

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

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


#cc9bbe Background Color

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

This div background color is #cc9bbe


#cc9bbe Border Color

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

This div border color is #cc9bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9bbe


Comments

No comments written yet.

Please login to write comment.