Color Hex Logo

#a01aba Color Hex

#A01ABA
(160,26,186)
0 Favorites   0 Comments

Color spaces of #a01aba

RGB 16026186
HSL0.810.750.42
HSV290°86°73°
CMYK 0.140.860.00   0.27
XYZ23.729511.757547.4731
Yxy11.75750.28600.1417
Hunter Lab34.289263.5230-58.0840
CIE-Lab40.828169.8891-53.6764

#a01aba color RGB value is (160,26,186).

#a01aba hex color red value is 160, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a01aba hue: 0.81 , saturation: 0.75 and the lightness value of a01aba is 0.42.

The process color (four color CMYK) of #a01aba color hex is 0.14, 0.86, 0.00, 0.27. Web safe color of #a01aba is #9933cc. Color #a01aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011010 10111010
Octal 240 32 272
Decimal 160 26 186
Hex A0 1A BA

RGB Percentages of Color #a01aba

%43.01
%6.99
%50.00

CMYK Percentages of Color #a01aba

%14
%86
%0
%27

Triadic Colors of #a01aba

#a01aba #baa01a #1abaa0

Analogous Colors of #a01aba

#a01aba #ba1a84 #501aba

Monochromatic Colors of #a01aba

#a01aba

Complementary Color

#a01aba #34ba1a

#a01aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01aba Color CSS Codes

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

#a01aba Text Font Color

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

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


#a01aba Background Color

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

This div background color is #a01aba


#a01aba Border Color

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

This div border color is #a01aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01aba


Comments

No comments written yet.

Please login to write comment.