Color Hex Logo

#a08bda Color Hex

#A08BDA
(160,139,218)
0 Favorites   0 Comments

Color spaces of #a08bda

RGB 160139218
HSL0.710.520.70
HSV256°36°85°
CMYK 0.270.360.00   0.15
XYZ36.384731.000870.3957
Yxy31.00080.26410.2250
Hunter Lab55.678419.2091-35.9871
CIE-Lab62.508324.6496-37.5795

#a08bda color RGB value is (160,139,218).

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

The process color (four color CMYK) of #a08bda color hex is 0.27, 0.36, 0.00, 0.15. Web safe color of #a08bda is #9999cc. Color #a08bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001011 11011010
Octal 240 213 332
Decimal 160 139 218
Hex A0 8B DA

RGB Percentages of Color #a08bda

%30.95
%26.89
%42.17

CMYK Percentages of Color #a08bda

%27
%36
%0
%15

Triadic Colors of #a08bda

#a08bda #daa08b #8bdaa0

Analogous Colors of #a08bda

#a08bda #c88bda #8b9eda

Monochromatic Colors of #a08bda

#a08bda

Complementary Color

#a08bda #c5da8b

#a08bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08bda Color CSS Codes

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

#a08bda Text Font Color

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

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


#a08bda Background Color

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

This div background color is #a08bda


#a08bda Border Color

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

This div border color is #a08bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08bda


Comments

No comments written yet.

Please login to write comment.