Color Hex Logo

#cc219a Color Hex

#CC219A
(204,33,154)
0 Favorites   0 Comments

Color spaces of #cc219a

RGB 20433154
HSL0.880.720.46
HSV318°84°80°
CMYK 0.000.840.25   0.20
XYZ31.278416.258232.0614
Yxy16.25820.39300.2043
Hunter Lab40.321567.9045-18.9191
CIE-Lab47.311472.3069-23.8993

#cc219a color RGB value is (204,33,154).

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

The process color (four color CMYK) of #cc219a color hex is 0.00, 0.84, 0.25, 0.20. Web safe color of #cc219a is #cc3399. Color #cc219a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 10011010
Octal 314 41 232
Decimal 204 33 154
Hex CC 21 9A

RGB Percentages of Color #cc219a

%52.17
%8.44
%39.39

CMYK Percentages of Color #cc219a

%0
%84
%25
%20

Triadic Colors of #cc219a

#cc219a #9acc21 #219acc

Analogous Colors of #cc219a

#cc219a #cc2145 #a921cc

Monochromatic Colors of #cc219a

#cc219a

Complementary Color

#cc219a #21cc53

#cc219a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc219a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc219a Color CSS Codes

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

#cc219a Text Font Color

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

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


#cc219a Background Color

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

This div background color is #cc219a


#cc219a Border Color

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

This div border color is #cc219a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc219a


Comments

No comments written yet.

Please login to write comment.