Color Hex Logo

#a01dac Color Hex

#A01DAC
(160,29,172)
0 Favorites   0 Comments

Color spaces of #a01dac

RGB 16029172
HSL0.820.710.39
HSV295°83°67°
CMYK 0.070.830.00   0.33
XYZ22.383011.330940.0371
Yxy11.33090.30350.1536
Hunter Lab33.661459.7853-46.9569
CIE-Lab40.132366.8168-46.5041

#a01dac color RGB value is (160,29,172).

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

The process color (four color CMYK) of #a01dac color hex is 0.07, 0.83, 0.00, 0.33. Web safe color of #a01dac is #993399. Color #a01dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011101 10101100
Octal 240 35 254
Decimal 160 29 172
Hex A0 1D AC

RGB Percentages of Color #a01dac

%44.32
%8.03
%47.65

CMYK Percentages of Color #a01dac

%7
%83
%0
%33

Triadic Colors of #a01dac

#a01dac #aca01d #1daca0

Analogous Colors of #a01dac

#a01dac #ac1d71 #591dac

Monochromatic Colors of #a01dac

#a01dac

Complementary Color

#a01dac #29ac1d

#a01dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01dac Color CSS Codes

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

#a01dac Text Font Color

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

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


#a01dac Background Color

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

This div background color is #a01dac


#a01dac Border Color

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

This div border color is #a01dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01dac


Comments

No comments written yet.

Please login to write comment.