Color Hex Logo

#cc213e Color Hex

#CC213E
(204,33,62)
1 Favorites   0 Comments

Color spaces of #cc213e

RGB 2043362
HSL0.970.720.46
HSV350°84°80°
CMYK 0.000.840.70   0.20
XYZ26.315214.27295.9254
Yxy14.27290.56580.3069
Hunter Lab37.779558.219617.1465
CIE-Lab44.621864.580528.7296

#cc213e color RGB value is (204,33,62).

#cc213e hex color red value is 204, green value is 33 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cc213e hue: 0.97 , saturation: 0.72 and the lightness value of cc213e is 0.46.

The process color (four color CMYK) of #cc213e color hex is 0.00, 0.84, 0.70, 0.20. Web safe color of #cc213e is #cc3333. Color #cc213e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 00111110
Octal 314 41 76
Decimal 204 33 62
Hex CC 21 3E

RGB Percentages of Color #cc213e

%68.23
%11.04
%20.74

CMYK Percentages of Color #cc213e

%0
%84
%70
%20

Triadic Colors of #cc213e

#cc213e #3ecc21 #213ecc

Analogous Colors of #cc213e

#cc213e #cc5a21 #cc2194

Monochromatic Colors of #cc213e

#cc213e

Complementary Color

#cc213e #21ccaf

#cc213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc213e Color CSS Codes

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

#cc213e Text Font Color

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

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


#cc213e Background Color

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

This div background color is #cc213e


#cc213e Border Color

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

This div border color is #cc213e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc213e


Comments

No comments written yet.

Please login to write comment.