Color Hex Logo

#c211ac Color Hex

#C211AC
(194,17,172)
0 Favorites   0 Comments

Color spaces of #c211ac

RGB 19417172
HSL0.850.840.41
HSV307°91°76°
CMYK 0.000.910.11   0.24
XYZ29.895014.848840.3202
Yxy14.84880.35140.1746
Hunter Lab38.534171.0465-35.0642
CIE-Lab45.426475.2658-37.7133

#c211ac color RGB value is (194,17,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010001 10101100
Octal 302 21 254
Decimal 194 17 172
Hex C2 11 AC

RGB Percentages of Color #c211ac

%50.65
%4.44
%44.91

CMYK Percentages of Color #c211ac

%0
%91
%11
%24

Triadic Colors of #c211ac

#c211ac #acc211 #11acc2

Analogous Colors of #c211ac

#c211ac #c21153 #8011c2

Monochromatic Colors of #c211ac

#c211ac

Complementary Color

#c211ac #11c227

#c211ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c211ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c211ac Color CSS Codes

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

#c211ac Text Font Color

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

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


#c211ac Background Color

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

This div background color is #c211ac


#c211ac Border Color

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

This div border color is #c211ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c211ac


Comments

No comments written yet.

Please login to write comment.