Color Hex Logo

#a08bde Color Hex

#A08BDE
(160,139,222)
0 Favorites   0 Comments

Color spaces of #a08bde

RGB 160139222
HSL0.710.560.71
HSV255°37°87°
CMYK 0.280.370.00   0.13
XYZ36.914631.212773.1863
Yxy31.21270.26120.2209
Hunter Lab55.868320.1730-38.5608
CIE-Lab62.686825.6343-39.5274

#a08bde color RGB value is (160,139,222).

#a08bde hex color red value is 160, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a08bde hue: 0.71 , saturation: 0.56 and the lightness value of a08bde is 0.71.

The process color (four color CMYK) of #a08bde color hex is 0.28, 0.37, 0.00, 0.13. Web safe color of #a08bde is #9999cc. Color #a08bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001011 11011110
Octal 240 213 336
Decimal 160 139 222
Hex A0 8B DE

RGB Percentages of Color #a08bde

%30.71
%26.68
%42.61

CMYK Percentages of Color #a08bde

%28
%37
%0
%13

Triadic Colors of #a08bde

#a08bde #dea08b #8bdea0

Analogous Colors of #a08bde

#a08bde #ca8bde #8ba0de

Monochromatic Colors of #a08bde

#a08bde

Complementary Color

#a08bde #c9de8b

#a08bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08bde Color CSS Codes

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

#a08bde Text Font Color

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

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


#a08bde Background Color

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

This div background color is #a08bde


#a08bde Border Color

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

This div border color is #a08bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,139,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08bde


Comments

No comments written yet.

Please login to write comment.