Color Hex Logo

#a09eee Color Hex

#A09EEE
(160,158,238)
0 Favorites   0 Comments

Color spaces of #a09eee

RGB 160158238
HSL0.670.700.78
HSV242°34°93°
CMYK 0.330.340.00   0.07
XYZ42.156738.100386.0211
Yxy38.10030.25350.2291
Hunter Lab61.725413.8908-39.4192
CIE-Lab68.094518.8349-39.8988

#a09eee color RGB value is (160,158,238).

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

The process color (four color CMYK) of #a09eee color hex is 0.33, 0.34, 0.00, 0.07. Web safe color of #a09eee is #9999ff. Color #a09eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011110 11101110
Octal 240 236 356
Decimal 160 158 238
Hex A0 9E EE

RGB Percentages of Color #a09eee

%28.78
%28.42
%42.81

CMYK Percentages of Color #a09eee

%33
%34
%0
%7

Triadic Colors of #a09eee

#a09eee #eea09e #9eeea0

Analogous Colors of #a09eee

#a09eee #c89eee #9ec4ee

Monochromatic Colors of #a09eee

#a09eee

Complementary Color

#a09eee #ecee9e

#a09eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09eee Color CSS Codes

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

#a09eee Text Font Color

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

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


#a09eee Background Color

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

This div background color is #a09eee


#a09eee Border Color

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

This div border color is #a09eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09eee


Comments

No comments written yet.

Please login to write comment.