Color Hex Logo

#a03eab Color Hex

#A03EAB
(160,62,171)
0 Favorites   0 Comments

Color spaces of #a03eab

RGB 16062171
HSL0.820.470.46
HSV294°64°67°
CMYK 0.060.640.00   0.33
XYZ23.570513.859139.9608
Yxy13.85910.30460.1791
Hunter Lab37.227847.8672-37.5832
CIE-Lab44.030255.3821-39.6925

#a03eab color RGB value is (160,62,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111110 10101011
Octal 240 76 253
Decimal 160 62 171
Hex A0 3E AB

RGB Percentages of Color #a03eab

%40.71
%15.78
%43.51

CMYK Percentages of Color #a03eab

%6
%64
%0
%33

Triadic Colors of #a03eab

#a03eab #aba03e #3eaba0

Analogous Colors of #a03eab

#a03eab #ab3e80 #6a3eab

Monochromatic Colors of #a03eab

#a03eab

Complementary Color

#a03eab #49ab3e

#a03eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03eab Color CSS Codes

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

#a03eab Text Font Color

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

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


#a03eab Background Color

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

This div background color is #a03eab


#a03eab Border Color

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

This div border color is #a03eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03eab


Comments

No comments written yet.

Please login to write comment.