Color Hex Logo

#cc024d Color Hex

#CC024D
(204,2,77)
0 Favorites   0 Comments

Color spaces of #cc024d

RGB 204277
HSL0.940.980.40
HSV338°99°80°
CMYK 0.000.990.62   0.20
XYZ26.263113.41668.2266
Yxy13.41660.54820.2801
Hunter Lab36.628763.886012.3239
CIE-Lab43.384469.699017.8362

#cc024d color RGB value is (204,2,77).

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

The process color (four color CMYK) of #cc024d color hex is 0.00, 0.99, 0.62, 0.20. Web safe color of #cc024d is #cc0066. Color #cc024d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000010 01001101
Octal 314 2 115
Decimal 204 2 77
Hex CC 2 4D

RGB Percentages of Color #cc024d

%72.08
%0.71
%27.21

CMYK Percentages of Color #cc024d

%0
%99
%62
%20

Triadic Colors of #cc024d

#cc024d #4dcc02 #024dcc

Analogous Colors of #cc024d

#cc024d #cc1c02 #cc02b2

Monochromatic Colors of #cc024d

#cc024d

Complementary Color

#cc024d #02cc81

#cc024d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc024d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc024d Color CSS Codes

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

#cc024d Text Font Color

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

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


#cc024d Background Color

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

This div background color is #cc024d


#cc024d Border Color

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

This div border color is #cc024d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc024d


Comments

No comments written yet.

Please login to write comment.