Color Hex Logo

#cc005b Color Hex

#CC005B
(204,0,91)
0 Favorites   0 Comments

Color spaces of #cc005b

RGB 204091
HSL0.931.000.40
HSV333°100°80°
CMYK 0.001.000.55   0.20
XYZ26.790213.592711.1092
Yxy13.59270.52030.2640
Hunter Lab36.868365.18697.9425
CIE-Lab43.643170.74829.3775

#cc005b color RGB value is (204,0,91).

#cc005b hex color red value is 204, green value is 0 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cc005b hue: 0.93 , saturation: 1.00 and the lightness value of cc005b is 0.40.

The process color (four color CMYK) of #cc005b color hex is 0.00, 1.00, 0.55, 0.20. Web safe color of #cc005b is #cc0066. Color #cc005b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 01011011
Octal 314 0 133
Decimal 204 0 91
Hex CC 0 5B

RGB Percentages of Color #cc005b

%69.15
%0.00
%30.85

CMYK Percentages of Color #cc005b

%0
%100
%55
%20

Triadic Colors of #cc005b

#cc005b #5bcc00 #005bcc

Analogous Colors of #cc005b

#cc005b #cc0b00 #cc00c1

Monochromatic Colors of #cc005b

#cc005b

Complementary Color

#cc005b #00cc71

#cc005b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc005b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc005b Color CSS Codes

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

#cc005b Text Font Color

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

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


#cc005b Background Color

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

This div background color is #cc005b


#cc005b Border Color

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

This div border color is #cc005b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc005b


Comments

No comments written yet.

Please login to write comment.