Color Hex Logo

#a03bab Color Hex

#A03BAB
(160,59,171)
0 Favorites   0 Comments

Color spaces of #a03bab

RGB 16059171
HSL0.820.490.45
HSV294°65°67°
CMYK 0.060.650.00   0.33
XYZ23.411913.541839.9080
Yxy13.54180.30460.1762
Hunter Lab36.799249.1644-38.5394
CIE-Lab43.568556.6659-40.4254

#a03bab color RGB value is (160,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111011 10101011
Octal 240 73 253
Decimal 160 59 171
Hex A0 3B AB

RGB Percentages of Color #a03bab

%41.03
%15.13
%43.85

CMYK Percentages of Color #a03bab

%6
%65
%0
%33

Triadic Colors of #a03bab

#a03bab #aba03b #3baba0

Analogous Colors of #a03bab

#a03bab #ab3b7e #683bab

Monochromatic Colors of #a03bab

#a03bab

Complementary Color

#a03bab #46ab3b

#a03bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03bab Color CSS Codes

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

#a03bab Text Font Color

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

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


#a03bab Background Color

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

This div background color is #a03bab


#a03bab Border Color

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

This div border color is #a03bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03bab


Comments

No comments written yet.

Please login to write comment.