Color Hex Logo

#c011ac Color Hex

#C011AC
(192,17,172)
0 Favorites   0 Comments

Color spaces of #c011ac

RGB 19217172
HSL0.850.840.41
HSV307°91°75°
CMYK 0.000.910.10   0.25
XYZ29.385114.585940.2963
Yxy14.58590.34870.1731
Hunter Lab38.191570.5054-35.8235
CIE-Lab45.061774.8934-38.3136

#c011ac color RGB value is (192,17,172).

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

The process color (four color CMYK) of #c011ac color hex is 0.00, 0.91, 0.10, 0.25. Web safe color of #c011ac is #cc0099. Color #c011ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 10101100
Octal 300 21 254
Decimal 192 17 172
Hex C0 11 AC

RGB Percentages of Color #c011ac

%50.39
%4.46
%45.14

CMYK Percentages of Color #c011ac

%0
%91
%10
%25

Triadic Colors of #c011ac

#c011ac #acc011 #11acc0

Analogous Colors of #c011ac

#c011ac #c01154 #7d11c0

Monochromatic Colors of #c011ac

#c011ac

Complementary Color

#c011ac #11c025

#c011ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c011ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c011ac Color CSS Codes

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

#c011ac Text Font Color

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

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


#c011ac Background Color

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

This div background color is #c011ac


#c011ac Border Color

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

This div border color is #c011ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c011ac


Comments

No comments written yet.

Please login to write comment.