Color Hex Logo

#cc214f Color Hex

#CC214F
(204,33,79)
0 Favorites   0 Comments

Color spaces of #cc214f

RGB 2043379
HSL0.960.720.46
HSV344°84°80°
CMYK 0.000.840.61   0.20
XYZ26.857014.48968.7784
Yxy14.48960.53580.2891
Hunter Lab38.065259.327012.9725
CIE-Lab44.927065.486018.6464

#cc214f color RGB value is (204,33,79).

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

The process color (four color CMYK) of #cc214f color hex is 0.00, 0.84, 0.61, 0.20. Web safe color of #cc214f is #cc3366. Color #cc214f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 01001111
Octal 314 41 117
Decimal 204 33 79
Hex CC 21 4F

RGB Percentages of Color #cc214f

%64.56
%10.44
%25.00

CMYK Percentages of Color #cc214f

%0
%84
%61
%20

Triadic Colors of #cc214f

#cc214f #4fcc21 #214fcc

Analogous Colors of #cc214f

#cc214f #cc4921 #cc21a5

Monochromatic Colors of #cc214f

#cc214f

Complementary Color

#cc214f #21cc9e

#cc214f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc214f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc214f Color CSS Codes

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

#cc214f Text Font Color

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

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


#cc214f Background Color

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

This div background color is #cc214f


#cc214f Border Color

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

This div border color is #cc214f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc214f


Comments

No comments written yet.

Please login to write comment.