Color Hex Logo

#cc254e Color Hex

#CC254E
(204,37,78)
0 Favorites   0 Comments

Color spaces of #cc254e

RGB 2043778
HSL0.960.690.47
HSV345°82°80°
CMYK 0.000.820.62   0.20
XYZ26.938614.71068.6273
Yxy14.71060.53580.2926
Hunter Lab38.354458.251113.5116
CIE-Lab45.235264.489619.6763

#cc254e color RGB value is (204,37,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100101 01001110
Octal 314 45 116
Decimal 204 37 78
Hex CC 25 4E

RGB Percentages of Color #cc254e

%63.95
%11.60
%24.45

CMYK Percentages of Color #cc254e

%0
%82
%62
%20

Triadic Colors of #cc254e

#cc254e #4ecc25 #254ecc

Analogous Colors of #cc254e

#cc254e #cc5025 #cc25a2

Monochromatic Colors of #cc254e

#cc254e

Complementary Color

#cc254e #25cca3

#cc254e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc254e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc254e Color CSS Codes

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

#cc254e Text Font Color

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

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


#cc254e Background Color

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

This div background color is #cc254e


#cc254e Border Color

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

This div border color is #cc254e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc254e


Comments

No comments written yet.

Please login to write comment.