Color Hex Logo

#a09fec Color Hex

#A09FEC
(160,159,236)
0 Favorites   0 Comments

Color spaces of #a09fec

RGB 160159236
HSL0.670.670.77
HSV241°33°93°
CMYK 0.320.330.00   0.07
XYZ42.035738.326084.5390
Yxy38.32600.25490.2324
Hunter Lab61.908012.8630-37.6284
CIE-Lab68.260217.7554-38.5450

#a09fec color RGB value is (160,159,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011111 11101100
Octal 240 237 354
Decimal 160 159 236
Hex A0 9F EC

RGB Percentages of Color #a09fec

%28.83
%28.65
%42.52

CMYK Percentages of Color #a09fec

%32
%33
%0
%7

Triadic Colors of #a09fec

#a09fec #eca09f #9feca0

Analogous Colors of #a09fec

#a09fec #c79fec #9fc5ec

Monochromatic Colors of #a09fec

#a09fec

Complementary Color

#a09fec #ebec9f

#a09fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09fec Color CSS Codes

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

#a09fec Text Font Color

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

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


#a09fec Background Color

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

This div background color is #a09fec


#a09fec Border Color

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

This div border color is #a09fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09fec


Comments

No comments written yet.

Please login to write comment.