Color Hex Logo

#a00cac Color Hex

#A00CAC
(160,12,172)
0 Favorites   0 Comments

Color spaces of #a00cac

RGB 16012172
HSL0.820.870.36
HSV296°93°67°
CMYK 0.070.930.00   0.33
XYZ22.075110.715139.9345
Yxy10.71510.30350.1473
Hunter Lab32.733963.0924-49.4184
CIE-Lab39.096469.8594-48.1676

#a00cac color RGB value is (160,12,172).

#a00cac hex color red value is 160, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a00cac hue: 0.82 , saturation: 0.87 and the lightness value of a00cac is 0.36.

The process color (four color CMYK) of #a00cac color hex is 0.07, 0.93, 0.00, 0.33. Web safe color of #a00cac is #990099. Color #a00cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001100 10101100
Octal 240 14 254
Decimal 160 12 172
Hex A0 C AC

RGB Percentages of Color #a00cac

%46.51
%3.49
%50.00

CMYK Percentages of Color #a00cac

%7
%93
%0
%33

Triadic Colors of #a00cac

#a00cac #aca00c #0caca0

Analogous Colors of #a00cac

#a00cac #ac0c68 #500cac

Monochromatic Colors of #a00cac

#a00cac

Complementary Color

#a00cac #18ac0c

#a00cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00cac Color CSS Codes

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

#a00cac Text Font Color

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

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


#a00cac Background Color

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

This div background color is #a00cac


#a00cac Border Color

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

This div border color is #a00cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00cac


Comments

No comments written yet.

Please login to write comment.