Color Hex Logo

#cc255e Color Hex

#CC255E
(204,37,94)
0 Favorites   0 Comments

Color spaces of #cc255e

RGB 2043794
HSL0.940.690.47
HSV340°82°80°
CMYK 0.000.820.54   0.20
XYZ27.583814.968712.0251
Yxy14.96870.50540.2743
Hunter Lab38.689459.55608.6546
CIE-Lab45.591365.556310.2357

#cc255e color RGB value is (204,37,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100101 01011110
Octal 314 45 136
Decimal 204 37 94
Hex CC 25 5E

RGB Percentages of Color #cc255e

%60.90
%11.04
%28.06

CMYK Percentages of Color #cc255e

%0
%82
%54
%20

Triadic Colors of #cc255e

#cc255e #5ecc25 #255ecc

Analogous Colors of #cc255e

#cc255e #cc4025 #cc25b2

Monochromatic Colors of #cc255e

#cc255e

Complementary Color

#cc255e #25cc93

#cc255e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc255e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc255e Color CSS Codes

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

#cc255e Text Font Color

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

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


#cc255e Background Color

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

This div background color is #cc255e


#cc255e Border Color

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

This div border color is #cc255e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc255e


Comments

No comments written yet.

Please login to write comment.