Color Hex Logo

#a00bab Color Hex

#A00BAB
(160,11,171)
0 Favorites   0 Comments

Color spaces of #a00bab

RGB 16011171
HSL0.820.880.36
HSV296°94°67°
CMYK 0.060.940.00   0.33
XYZ21.967610.653239.4265
Yxy10.65320.30490.1479
Hunter Lab32.639263.0194-48.7718
CIE-Lab38.990169.8179-47.7412

#a00bab color RGB value is (160,11,171).

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

The process color (four color CMYK) of #a00bab color hex is 0.06, 0.94, 0.00, 0.33. Web safe color of #a00bab is #990099. Color #a00bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001011 10101011
Octal 240 13 253
Decimal 160 11 171
Hex A0 B AB

RGB Percentages of Color #a00bab

%46.78
%3.22
%50.00

CMYK Percentages of Color #a00bab

%6
%94
%0
%33

Triadic Colors of #a00bab

#a00bab #aba00b #0baba0

Analogous Colors of #a00bab

#a00bab #ab0b66 #500bab

Monochromatic Colors of #a00bab

#a00bab

Complementary Color

#a00bab #16ab0b

#a00bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00bab Color CSS Codes

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

#a00bab Text Font Color

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

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


#a00bab Background Color

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

This div background color is #a00bab


#a00bab Border Color

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

This div border color is #a00bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00bab


Comments

No comments written yet.

Please login to write comment.