Color Hex Logo

#cc0239 Color Hex

#CC0239
(204,2,57)
0 Favorites   0 Comments

Color spaces of #cc0239

RGB 204257
HSL0.950.980.40
HSV344°99°80°
CMYK 0.000.990.72   0.20
XYZ25.662113.17625.0616
Yxy13.17620.58460.3001
Hunter Lab36.299062.669717.1418
CIE-Lab43.027568.733729.8589

#cc0239 color RGB value is (204,2,57).

#cc0239 hex color red value is 204, green value is 2 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #cc0239 hue: 0.95 , saturation: 0.98 and the lightness value of cc0239 is 0.40.

The process color (four color CMYK) of #cc0239 color hex is 0.00, 0.99, 0.72, 0.20. Web safe color of #cc0239 is #cc0033. Color #cc0239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000010 00111001
Octal 314 2 71
Decimal 204 2 57
Hex CC 2 39

RGB Percentages of Color #cc0239

%77.57
%0.76
%21.67

CMYK Percentages of Color #cc0239

%0
%99
%72
%20

Triadic Colors of #cc0239

#cc0239 #39cc02 #0239cc

Analogous Colors of #cc0239

#cc0239 #cc3002 #cc029e

Monochromatic Colors of #cc0239

#cc0239

Complementary Color

#cc0239 #02cc95

#cc0239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0239 Color CSS Codes

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

#cc0239 Text Font Color

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

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


#cc0239 Background Color

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

This div background color is #cc0239


#cc0239 Border Color

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

This div border color is #cc0239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0239


Comments

No comments written yet.

Please login to write comment.