Color Hex Logo

#c212aa Color Hex

#C212AA
(194,18,170)
0 Favorites   0 Comments

Color spaces of #c212aa

RGB 19418170
HSL0.860.830.42
HSV308°91°76°
CMYK 0.000.910.12   0.24
XYZ29.720114.804239.3213
Yxy14.80420.35450.1766
Hunter Lab38.476270.5449-33.6589
CIE-Lab45.364874.8668-36.6234

#c212aa color RGB value is (194,18,170).

#c212aa hex color red value is 194, green value is 18 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c212aa hue: 0.86 , saturation: 0.83 and the lightness value of c212aa is 0.42.

The process color (four color CMYK) of #c212aa color hex is 0.00, 0.91, 0.12, 0.24. Web safe color of #c212aa is #cc0099. Color #c212aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010010 10101010
Octal 302 22 252
Decimal 194 18 170
Hex C2 12 AA

RGB Percentages of Color #c212aa

%50.79
%4.71
%44.50

CMYK Percentages of Color #c212aa

%0
%91
%12
%24

Triadic Colors of #c212aa

#c212aa #aac212 #12aac2

Analogous Colors of #c212aa

#c212aa #c21252 #8212c2

Monochromatic Colors of #c212aa

#c212aa

Complementary Color

#c212aa #12c22a

#c212aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c212aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c212aa Color CSS Codes

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

#c212aa Text Font Color

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

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


#c212aa Background Color

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

This div background color is #c212aa


#c212aa Border Color

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

This div border color is #c212aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,18,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c212aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c212aa;
  -webkit-box-shadow: 1px 1px 3px 2px #c212aa;
  box-shadow:         1px 1px 3px 2px #c212aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c212aa


Comments

No comments written yet.

Please login to write comment.