Color Hex Logo

#a09bef Color Hex

#A09BEF
(160,155,239)
0 Favorites   0 Comments

Color spaces of #a09bef

RGB 160155239
HSL0.680.720.77
HSV244°35°94°
CMYK 0.330.350.00   0.06
XYZ41.798537.148386.6287
Yxy37.14830.25240.2244
Hunter Lab60.949415.7521-41.6056
CIE-Lab67.388120.7964-41.5509

#a09bef color RGB value is (160,155,239).

#a09bef hex color red value is 160, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a09bef hue: 0.68 , saturation: 0.72 and the lightness value of a09bef is 0.77.

The process color (four color CMYK) of #a09bef color hex is 0.33, 0.35, 0.00, 0.06. Web safe color of #a09bef is #9999ff. Color #a09bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011011 11101111
Octal 240 233 357
Decimal 160 155 239
Hex A0 9B EF

RGB Percentages of Color #a09bef

%28.88
%27.98
%43.14

CMYK Percentages of Color #a09bef

%33
%35
%0
%6

Triadic Colors of #a09bef

#a09bef #efa09b #9befa0

Analogous Colors of #a09bef

#a09bef #ca9bef #9bc0ef

Monochromatic Colors of #a09bef

#a09bef

Complementary Color

#a09bef #eaef9b

#a09bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09bef Color CSS Codes

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

#a09bef Text Font Color

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

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


#a09bef Background Color

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

This div background color is #a09bef


#a09bef Border Color

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

This div border color is #a09bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09bef


Comments

No comments written yet.

Please login to write comment.