Color Hex Logo

#c012aa Color Hex

#C012AA
(192,18,170)
0 Favorites   0 Comments

Color spaces of #c012aa

RGB 19218170
HSL0.850.830.41
HSV308°91°75°
CMYK 0.000.910.11   0.25
XYZ29.210214.541439.2974
Yxy14.54140.35170.1751
Hunter Lab38.133269.9988-34.4069
CIE-Lab44.999674.4892-37.2244

#c012aa color RGB value is (192,18,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010010 10101010
Octal 300 22 252
Decimal 192 18 170
Hex C0 12 AA

RGB Percentages of Color #c012aa

%50.53
%4.74
%44.74

CMYK Percentages of Color #c012aa

%0
%91
%11
%25

Triadic Colors of #c012aa

#c012aa #aac012 #12aac0

Analogous Colors of #c012aa

#c012aa #c01253 #7f12c0

Monochromatic Colors of #c012aa

#c012aa

Complementary Color

#c012aa #12c028

#c012aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c012aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c012aa Color CSS Codes

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

#c012aa Text Font Color

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

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


#c012aa Background Color

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

This div background color is #c012aa


#c012aa Border Color

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

This div border color is #c012aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c012aa


Comments

No comments written yet.

Please login to write comment.