Color Hex Logo

#a85dab Color Hex

#A85DAB
(168,93,171)
0 Favorites   0 Comments

Color spaces of #a85dab

RGB 16893171
HSL0.830.320.52
HSV298°46°67°
CMYK 0.020.460.00   0.33
XYZ27.413519.093840.7687
Yxy19.09380.31410.2188
Hunter Lab43.696535.5153-24.7299
CIE-Lab50.796842.4362-28.9846

#a85dab color RGB value is (168,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011101 10101011
Octal 250 135 253
Decimal 168 93 171
Hex A8 5D AB

RGB Percentages of Color #a85dab

%38.89
%21.53
%39.58

CMYK Percentages of Color #a85dab

%2
%46
%0
%33

Triadic Colors of #a85dab

#a85dab #aba85d #5daba8

Analogous Colors of #a85dab

#a85dab #ab5d87 #815dab

Monochromatic Colors of #a85dab

#a85dab

Complementary Color

#a85dab #60ab5d

#a85dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85dab Color CSS Codes

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

#a85dab Text Font Color

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

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


#a85dab Background Color

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

This div background color is #a85dab


#a85dab Border Color

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

This div border color is #a85dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85dab


Comments

No comments written yet.

Please login to write comment.