Color Hex Logo

#cc255b Color Hex

#CC255B
(204,37,91)
0 Favorites   0 Comments

Color spaces of #cc255b

RGB 2043791
HSL0.950.690.47
HSV341°82°80°
CMYK 0.000.820.55   0.20
XYZ27.451714.915811.3297
Yxy14.91580.51120.2778
Hunter Lab38.621059.29079.6416
CIE-Lab45.518765.340111.9970

#cc255b color RGB value is (204,37,91).

#cc255b hex color red value is 204, green value is 37 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cc255b hue: 0.95 , saturation: 0.69 and the lightness value of cc255b is 0.47.

The process color (four color CMYK) of #cc255b color hex is 0.00, 0.82, 0.55, 0.20. Web safe color of #cc255b is #cc3366. Color #cc255b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100101 01011011
Octal 314 45 133
Decimal 204 37 91
Hex CC 25 5B

RGB Percentages of Color #cc255b

%61.45
%11.14
%27.41

CMYK Percentages of Color #cc255b

%0
%82
%55
%20

Triadic Colors of #cc255b

#cc255b #5bcc25 #255bcc

Analogous Colors of #cc255b

#cc255b #cc4325 #cc25af

Monochromatic Colors of #cc255b

#cc255b

Complementary Color

#cc255b #25cc96

#cc255b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc255b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc255b Color CSS Codes

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

#cc255b Text Font Color

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

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


#cc255b Background Color

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

This div background color is #cc255b


#cc255b Border Color

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

This div border color is #cc255b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,37,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 #cc255b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc255b


Comments

No comments written yet.

Please login to write comment.