Color Hex Logo

#cc5b9b Color Hex

#CC5B9B
(204,91,155)
0 Favorites   0 Comments

Color spaces of #cc5b9b

RGB 20491155
HSL0.910.530.58
HSV326°55°80°
CMYK 0.000.550.24   0.20
XYZ34.559322.686133.5677
Yxy22.68610.38060.2498
Hunter Lab47.629946.1636-8.4443
CIE-Lab54.747551.9255-13.1304

#cc5b9b color RGB value is (204,91,155).

#cc5b9b hex color red value is 204, green value is 91 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cc5b9b hue: 0.91 , saturation: 0.53 and the lightness value of cc5b9b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011011 10011011
Octal 314 133 233
Decimal 204 91 155
Hex CC 5B 9B

RGB Percentages of Color #cc5b9b

%45.33
%20.22
%34.44

CMYK Percentages of Color #cc5b9b

%0
%55
%24
%20

Triadic Colors of #cc5b9b

#cc5b9b #9bcc5b #5b9bcc

Analogous Colors of #cc5b9b

#cc5b9b #cc5b62 #c55bcc

Monochromatic Colors of #cc5b9b

#cc5b9b

Complementary Color

#cc5b9b #5bcc8c

#cc5b9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5b9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5b9b Color CSS Codes

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

#cc5b9b Text Font Color

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

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


#cc5b9b Background Color

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

This div background color is #cc5b9b


#cc5b9b Border Color

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

This div border color is #cc5b9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5b9b


Comments

No comments written yet.

Please login to write comment.