Color Hex Logo

#a85bad Color Hex

#A85BAD
(168,91,173)
0 Favorites   0 Comments

Color spaces of #a85bad

RGB 16891173
HSL0.820.330.52
HSV296°47°68°
CMYK 0.030.470.00   0.32
XYZ27.432418.824141.7227
Yxy18.82410.31180.2140
Hunter Lab43.386736.9345-26.6453
CIE-Lab50.480843.8742-30.6451

#a85bad color RGB value is (168,91,173).

#a85bad hex color red value is 168, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a85bad hue: 0.82 , saturation: 0.33 and the lightness value of a85bad is 0.52.

The process color (four color CMYK) of #a85bad color hex is 0.03, 0.47, 0.00, 0.32. Web safe color of #a85bad is #996699. Color #a85bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011011 10101101
Octal 250 133 255
Decimal 168 91 173
Hex A8 5B AD

RGB Percentages of Color #a85bad

%38.89
%21.06
%40.05

CMYK Percentages of Color #a85bad

%3
%47
%0
%32

Triadic Colors of #a85bad

#a85bad #ada85b #5bada8

Analogous Colors of #a85bad

#a85bad #ad5b89 #7f5bad

Monochromatic Colors of #a85bad

#a85bad

Complementary Color

#a85bad #60ad5b

#a85bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85bad Color CSS Codes

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

#a85bad Text Font Color

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

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


#a85bad Background Color

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

This div background color is #a85bad


#a85bad Border Color

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

This div border color is #a85bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,91,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85bad


Comments

No comments written yet.

Please login to write comment.