Color Hex Logo

#cc216f Color Hex

#CC216F
(204,33,111)
0 Favorites   0 Comments

Color spaces of #cc216f

RGB 20433111
HSL0.920.720.46
HSV333°84°80°
CMYK 0.000.840.46   0.20
XYZ28.314915.072816.4559
Yxy15.07280.47310.2519
Hunter Lab38.823762.24212.0458
CIE-Lab45.733767.8415-0.0954

#cc216f color RGB value is (204,33,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 01101111
Octal 314 41 157
Decimal 204 33 111
Hex CC 21 6F

RGB Percentages of Color #cc216f

%58.62
%9.48
%31.90

CMYK Percentages of Color #cc216f

%0
%84
%46
%20

Triadic Colors of #cc216f

#cc216f #6fcc21 #216fcc

Analogous Colors of #cc216f

#cc216f #cc2921 #cc21c5

Monochromatic Colors of #cc216f

#cc216f

Complementary Color

#cc216f #21cc7e

#cc216f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc216f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc216f Color CSS Codes

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

#cc216f Text Font Color

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

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


#cc216f Background Color

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

This div background color is #cc216f


#cc216f Border Color

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

This div border color is #cc216f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc216f


Comments

No comments written yet.

Please login to write comment.