Color Hex Logo

#a09ebd Color Hex

#A09EBD
(160,158,189)
0 Favorites   0 Comments

Color spaces of #a09ebd

RGB 160158189
HSL0.680.190.68
HSV244°16°74°
CMYK 0.150.160.00   0.26
XYZ35.909435.601453.1232
Yxy35.60140.28810.2856
Hunter Lab59.66693.0098-11.0208
CIE-Lab66.21427.0880-15.6996

#a09ebd color RGB value is (160,158,189).

#a09ebd hex color red value is 160, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a09ebd hue: 0.68 , saturation: 0.19 and the lightness value of a09ebd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011110 10111101
Octal 240 236 275
Decimal 160 158 189
Hex A0 9E BD

RGB Percentages of Color #a09ebd

%31.56
%31.16
%37.28

CMYK Percentages of Color #a09ebd

%15
%16
%0
%26

Triadic Colors of #a09ebd

#a09ebd #bda09e #9ebda0

Analogous Colors of #a09ebd

#a09ebd #b09ebd #9eacbd

Monochromatic Colors of #a09ebd

#a09ebd

Complementary Color

#a09ebd #bbbd9e

#a09ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09ebd Color CSS Codes

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

#a09ebd Text Font Color

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

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


#a09ebd Background Color

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

This div background color is #a09ebd


#a09ebd Border Color

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

This div border color is #a09ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,158,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 #a09ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09ebd


Comments

No comments written yet.

Please login to write comment.