Color Hex Logo

#a01aab Color Hex

#A01AAB
(160,26,171)
0 Favorites   0 Comments

Color spaces of #a01aab

RGB 16026171
HSL0.820.740.39
HSV295°85°67°
CMYK 0.060.850.00   0.33
XYZ22.217311.152639.5098
Yxy11.15260.30480.1530
Hunter Lab33.395560.3100-46.7684
CIE-Lab39.836367.3288-46.3826

#a01aab color RGB value is (160,26,171).

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

The process color (four color CMYK) of #a01aab color hex is 0.06, 0.85, 0.00, 0.33. Web safe color of #a01aab is #993399. Color #a01aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011010 10101011
Octal 240 32 253
Decimal 160 26 171
Hex A0 1A AB

RGB Percentages of Color #a01aab

%44.82
%7.28
%47.90

CMYK Percentages of Color #a01aab

%6
%85
%0
%33

Triadic Colors of #a01aab

#a01aab #aba01a #1aaba0

Analogous Colors of #a01aab

#a01aab #ab1a6e #571aab

Monochromatic Colors of #a01aab

#a01aab

Complementary Color

#a01aab #25ab1a

#a01aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01aab Color CSS Codes

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

#a01aab Text Font Color

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

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


#a01aab Background Color

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

This div background color is #a01aab


#a01aab Border Color

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

This div border color is #a01aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,26,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01aab


Comments

No comments written yet.

Please login to write comment.