Color Hex Logo

#a09eea Color Hex

#A09EEA
(160,158,234)
0 Favorites   0 Comments

Color spaces of #a09eea

RGB 160158234
HSL0.670.640.77
HSV242°32°92°
CMYK 0.320.320.00   0.08
XYZ41.575337.867882.9599
Yxy37.86780.25600.2332
Hunter Lab61.536812.9081-36.8551
CIE-Lab67.923117.8126-37.9746

#a09eea color RGB value is (160,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011110 11101010
Octal 240 236 352
Decimal 160 158 234
Hex A0 9E EA

RGB Percentages of Color #a09eea

%28.99
%28.62
%42.39

CMYK Percentages of Color #a09eea

%32
%32
%0
%8

Triadic Colors of #a09eea

#a09eea #eaa09e #9eeaa0

Analogous Colors of #a09eea

#a09eea #c69eea #9ec2ea

Monochromatic Colors of #a09eea

#a09eea

Complementary Color

#a09eea #e8ea9e

#a09eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09eea Color CSS Codes

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

#a09eea Text Font Color

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

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


#a09eea Background Color

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

This div background color is #a09eea


#a09eea Border Color

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

This div border color is #a09eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09eea


Comments

No comments written yet.

Please login to write comment.