Color Hex Logo

#a08dba Color Hex

#A08DBA
(160,141,186)
0 Favorites   0 Comments

Color spaces of #a08dba

RGB 160141186
HSL0.740.250.64
HSV265°24°73°
CMYK 0.140.240.00   0.27
XYZ32.885030.068550.5249
Yxy30.06850.28980.2650
Hunter Lab54.834811.0876-16.2457
CIE-Lab61.713316.0419-20.8499

#a08dba color RGB value is (160,141,186).

#a08dba hex color red value is 160, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a08dba hue: 0.74 , saturation: 0.25 and the lightness value of a08dba is 0.64.

The process color (four color CMYK) of #a08dba color hex is 0.14, 0.24, 0.00, 0.27. Web safe color of #a08dba is #9999cc. Color #a08dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001101 10111010
Octal 240 215 272
Decimal 160 141 186
Hex A0 8D BA

RGB Percentages of Color #a08dba

%32.85
%28.95
%38.19

CMYK Percentages of Color #a08dba

%14
%24
%0
%27

Triadic Colors of #a08dba

#a08dba #baa08d #8dbaa0

Analogous Colors of #a08dba

#a08dba #b78dba #8d91ba

Monochromatic Colors of #a08dba

#a08dba

Complementary Color

#a08dba #a7ba8d

#a08dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08dba Color CSS Codes

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

#a08dba Text Font Color

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

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


#a08dba Background Color

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

This div background color is #a08dba


#a08dba Border Color

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

This div border color is #a08dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08dba


Comments

No comments written yet.

Please login to write comment.