Color Hex Logo

#cc255f Color Hex

#CC255F
(204,37,95)
0 Favorites   0 Comments

Color spaces of #cc255f

RGB 2043795
HSL0.940.690.47
HSV339°82°80°
CMYK 0.000.820.53   0.20
XYZ27.629014.986712.2630
Yxy14.98670.50350.2731
Hunter Lab38.712759.64738.3176
CIE-Lab45.616065.63069.6496

#cc255f color RGB value is (204,37,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100101 01011111
Octal 314 45 137
Decimal 204 37 95
Hex CC 25 5F

RGB Percentages of Color #cc255f

%60.71
%11.01
%28.27

CMYK Percentages of Color #cc255f

%0
%82
%53
%20

Triadic Colors of #cc255f

#cc255f #5fcc25 #255fcc

Analogous Colors of #cc255f

#cc255f #cc3f25 #cc25b3

Monochromatic Colors of #cc255f

#cc255f

Complementary Color

#cc255f #25cc92

#cc255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc255f Color CSS Codes

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

#cc255f Text Font Color

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

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


#cc255f Background Color

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

This div background color is #cc255f


#cc255f Border Color

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

This div border color is #cc255f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc255f


Comments

No comments written yet.

Please login to write comment.