Color Hex Logo

#cc022e Color Hex

#CC022E
(204,2,46)
0 Favorites   0 Comments

Color spaces of #cc022e

RGB 204246
HSL0.960.980.40
HSV347°99°80°
CMYK 0.000.990.77   0.20
XYZ25.416713.07803.7695
Yxy13.07800.60140.3094
Hunter Lab36.163562.168519.1344
CIE-Lab42.880568.333936.3346

#cc022e color RGB value is (204,2,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000010 00101110
Octal 314 2 56
Decimal 204 2 46
Hex CC 2 2E

RGB Percentages of Color #cc022e

%80.95
%0.79
%18.25

CMYK Percentages of Color #cc022e

%0
%99
%77
%20

Triadic Colors of #cc022e

#cc022e #2ecc02 #022ecc

Analogous Colors of #cc022e

#cc022e #cc3b02 #cc0293

Monochromatic Colors of #cc022e

#cc022e

Complementary Color

#cc022e #02cca0

#cc022e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc022e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc022e Color CSS Codes

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

#cc022e Text Font Color

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

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


#cc022e Background Color

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

This div background color is #cc022e


#cc022e Border Color

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

This div border color is #cc022e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc022e


Comments

No comments written yet.

Please login to write comment.