Color Hex Logo

#a09cef Color Hex

#A09CEF
(160,156,239)
0 Favorites   0 Comments

Color spaces of #a09cef

RGB 160156239
HSL0.670.720.77
HSV243°35°94°
CMYK 0.330.350.00   0.06
XYZ41.965737.482586.6844
Yxy37.48250.25260.2256
Hunter Lab61.223015.2139-41.0915
CIE-Lab67.637520.2280-41.1607

#a09cef color RGB value is (160,156,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011100 11101111
Octal 240 234 357
Decimal 160 156 239
Hex A0 9C EF

RGB Percentages of Color #a09cef

%28.83
%28.11
%43.06

CMYK Percentages of Color #a09cef

%33
%35
%0
%6

Triadic Colors of #a09cef

#a09cef #efa09c #9cefa0

Analogous Colors of #a09cef

#a09cef #ca9cef #9cc2ef

Monochromatic Colors of #a09cef

#a09cef

Complementary Color

#a09cef #ebef9c

#a09cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09cef Color CSS Codes

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

#a09cef Text Font Color

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

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


#a09cef Background Color

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

This div background color is #a09cef


#a09cef Border Color

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

This div border color is #a09cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09cef


Comments

No comments written yet.

Please login to write comment.