Color Hex Logo

#a09eeb Color Hex

#A09EEB
(160,158,235)
0 Favorites   0 Comments

Color spaces of #a09eeb

RGB 160158235
HSL0.670.660.77
HSV242°33°92°
CMYK 0.320.330.00   0.08
XYZ41.719537.925583.7188
Yxy37.92550.25540.2322
Hunter Lab61.583713.1523-37.4921
CIE-Lab67.965718.0673-38.4564

#a09eeb color RGB value is (160,158,235).

#a09eeb hex color red value is 160, green value is 158 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a09eeb hue: 0.67 , saturation: 0.66 and the lightness value of a09eeb is 0.77.

The process color (four color CMYK) of #a09eeb color hex is 0.32, 0.33, 0.00, 0.08. Web safe color of #a09eeb is #9999ff. Color #a09eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011110 11101011
Octal 240 236 353
Decimal 160 158 235
Hex A0 9E EB

RGB Percentages of Color #a09eeb

%28.93
%28.57
%42.50

CMYK Percentages of Color #a09eeb

%32
%33
%0
%8

Triadic Colors of #a09eeb

#a09eeb #eba09e #9eeba0

Analogous Colors of #a09eeb

#a09eeb #c79eeb #9ec3eb

Monochromatic Colors of #a09eeb

#a09eeb

Complementary Color

#a09eeb #e9eb9e

#a09eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09eeb Color CSS Codes

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

#a09eeb Text Font Color

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

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


#a09eeb Background Color

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

This div background color is #a09eeb


#a09eeb Border Color

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

This div border color is #a09eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09eeb


Comments

No comments written yet.

Please login to write comment.