Color Hex Logo

#a05dab Color Hex

#A05DAB
(160,93,171)
0 Favorites   0 Comments

Color spaces of #a05dab

RGB 16093171
HSL0.810.320.52
HSV292°46°67°
CMYK 0.060.460.00   0.33
XYZ25.762218.242640.6914
Yxy18.24260.30420.2154
Hunter Lab42.711432.9209-26.5880
CIE-Lab49.789040.0089-30.6309

#a05dab color RGB value is (160,93,171).

#a05dab hex color red value is 160, green value is 93 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a05dab hue: 0.81 , saturation: 0.32 and the lightness value of a05dab is 0.52.

The process color (four color CMYK) of #a05dab color hex is 0.06, 0.46, 0.00, 0.33. Web safe color of #a05dab is #996699. Color #a05dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011101 10101011
Octal 240 135 253
Decimal 160 93 171
Hex A0 5D AB

RGB Percentages of Color #a05dab

%37.74
%21.93
%40.33

CMYK Percentages of Color #a05dab

%6
%46
%0
%33

Triadic Colors of #a05dab

#a05dab #aba05d #5daba0

Analogous Colors of #a05dab

#a05dab #ab5d8f #795dab

Monochromatic Colors of #a05dab

#a05dab

Complementary Color

#a05dab #68ab5d

#a05dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05dab Color CSS Codes

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

#a05dab Text Font Color

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

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


#a05dab Background Color

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

This div background color is #a05dab


#a05dab Border Color

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

This div border color is #a05dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05dab


Comments

No comments written yet.

Please login to write comment.