Color Hex Logo

#c211aa Color Hex

#C211AA
(194,17,170)
0 Favorites   0 Comments

Color spaces of #c211aa

RGB 19417170
HSL0.860.840.41
HSV308°91°76°
CMYK 0.000.910.12   0.24
XYZ29.704314.772539.3160
Yxy14.77250.35450.1763
Hunter Lab38.435070.6915-33.7445
CIE-Lab45.321074.9955-36.6926

#c211aa color RGB value is (194,17,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010001 10101010
Octal 302 21 252
Decimal 194 17 170
Hex C2 11 AA

RGB Percentages of Color #c211aa

%50.92
%4.46
%44.62

CMYK Percentages of Color #c211aa

%0
%91
%12
%24

Triadic Colors of #c211aa

#c211aa #aac211 #11aac2

Analogous Colors of #c211aa

#c211aa #c21152 #8211c2

Monochromatic Colors of #c211aa

#c211aa

Complementary Color

#c211aa #11c229

#c211aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c211aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c211aa Color CSS Codes

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

#c211aa Text Font Color

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

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


#c211aa Background Color

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

This div background color is #c211aa


#c211aa Border Color

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

This div border color is #c211aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,17,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 #c211aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c211aa


Comments

No comments written yet.

Please login to write comment.