Color Hex Logo

#a09fda Color Hex

#A09FDA
(160,159,218)
0 Favorites   0 Comments

Color spaces of #a09fda

RGB 160159218
HSL0.670.440.74
HSV241°27°85°
CMYK 0.270.270.00   0.15
XYZ39.550237.331871.4509
Yxy37.33180.26660.2517
Hunter Lab61.09988.6194-26.5647
CIE-Lab67.525213.2621-29.7894

#a09fda color RGB value is (160,159,218).

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

The process color (four color CMYK) of #a09fda color hex is 0.27, 0.27, 0.00, 0.15. Web safe color of #a09fda is #9999cc. Color #a09fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011111 11011010
Octal 240 237 332
Decimal 160 159 218
Hex A0 9F DA

RGB Percentages of Color #a09fda

%29.80
%29.61
%40.60

CMYK Percentages of Color #a09fda

%27
%27
%0
%15

Triadic Colors of #a09fda

#a09fda #daa09f #9fdaa0

Analogous Colors of #a09fda

#a09fda #be9fda #9fbcda

Monochromatic Colors of #a09fda

#a09fda

Complementary Color

#a09fda #d9da9f

#a09fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09fda Color CSS Codes

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

#a09fda Text Font Color

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

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


#a09fda Background Color

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

This div background color is #a09fda


#a09fda Border Color

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

This div border color is #a09fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09fda


Comments

No comments written yet.

Please login to write comment.