Color Hex Logo

#a08dbd Color Hex

#A08DBD
(160,141,189)
0 Favorites   0 Comments

Color spaces of #a08dbd

RGB 160141189
HSL0.730.270.65
HSV264°25°74°
CMYK 0.150.250.00   0.26
XYZ33.207430.197552.2226
Yxy30.19750.28720.2612
Hunter Lab54.952311.7003-17.8783
CIE-Lab61.824316.7069-22.3738

#a08dbd color RGB value is (160,141,189).

#a08dbd hex color red value is 160, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a08dbd hue: 0.73 , saturation: 0.27 and the lightness value of a08dbd is 0.65.

The process color (four color CMYK) of #a08dbd color hex is 0.15, 0.25, 0.00, 0.26. Web safe color of #a08dbd is #9999cc. Color #a08dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001101 10111101
Octal 240 215 275
Decimal 160 141 189
Hex A0 8D BD

RGB Percentages of Color #a08dbd

%32.65
%28.78
%38.57

CMYK Percentages of Color #a08dbd

%15
%25
%0
%26

Triadic Colors of #a08dbd

#a08dbd #bda08d #8dbda0

Analogous Colors of #a08dbd

#a08dbd #b88dbd #8d92bd

Monochromatic Colors of #a08dbd

#a08dbd

Complementary Color

#a08dbd #aabd8d

#a08dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08dbd Color CSS Codes

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

#a08dbd Text Font Color

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

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


#a08dbd Background Color

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

This div background color is #a08dbd


#a08dbd Border Color

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

This div border color is #a08dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08dbd


Comments

No comments written yet.

Please login to write comment.