Color Hex Logo

#a09dea Color Hex

#A09DEA
(160,157,234)
0 Favorites   0 Comments

Color spaces of #a09dea

RGB 160157234
HSL0.670.650.77
HSV242°33°92°
CMYK 0.320.330.00   0.08
XYZ41.405537.528082.9032
Yxy37.52800.25580.2319
Hunter Lab61.260113.4424-37.3550
CIE-Lab67.671318.3805-38.3670

#a09dea color RGB value is (160,157,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011101 11101010
Octal 240 235 352
Decimal 160 157 234
Hex A0 9D EA

RGB Percentages of Color #a09dea

%29.04
%28.49
%42.47

CMYK Percentages of Color #a09dea

%32
%33
%0
%8

Triadic Colors of #a09dea

#a09dea #eaa09d #9deaa0

Analogous Colors of #a09dea

#a09dea #c79dea #9dc1ea

Monochromatic Colors of #a09dea

#a09dea

Complementary Color

#a09dea #e7ea9d

#a09dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09dea Color CSS Codes

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

#a09dea Text Font Color

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

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


#a09dea Background Color

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

This div background color is #a09dea


#a09dea Border Color

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

This div border color is #a09dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09dea


Comments

No comments written yet.

Please login to write comment.