Color Hex Logo

#a09efa Color Hex

#A09EFA
(160,158,250)
0 Favorites   0 Comments

Color spaces of #a09efa

RGB 160158250
HSL0.670.900.80
HSV241°37°98°
CMYK 0.360.370.00   0.02
XYZ43.979438.829495.6193
Yxy38.82940.24650.2176
Hunter Lab62.313216.9334-47.3609
CIE-Lab68.627521.9555-45.6154

#a09efa color RGB value is (160,158,250).

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

The process color (four color CMYK) of #a09efa color hex is 0.36, 0.37, 0.00, 0.02. Web safe color of #a09efa is #9999ff. Color #a09efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011110 11111010
Octal 240 236 372
Decimal 160 158 250
Hex A0 9E FA

RGB Percentages of Color #a09efa

%28.17
%27.82
%44.01

CMYK Percentages of Color #a09efa

%36
%37
%0
%2

Triadic Colors of #a09efa

#a09efa #faa09e #9efaa0

Analogous Colors of #a09efa

#a09efa #ce9efa #9ecafa

Monochromatic Colors of #a09efa

#a09efa

Complementary Color

#a09efa #f8fa9e

#a09efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09efa Color CSS Codes

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

#a09efa Text Font Color

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

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


#a09efa Background Color

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

This div background color is #a09efa


#a09efa Border Color

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

This div border color is #a09efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09efa


Comments

No comments written yet.

Please login to write comment.