Color Hex Logo

#a09ffd Color Hex

#A09FFD
(160,159,253)
0 Favorites   0 Comments

Color spaces of #a09ffd

RGB 160159253
HSL0.670.960.81
HSV241°37°99°
CMYK 0.370.370.00   0.01
XYZ44.625039.361798.1741
Yxy39.36170.24500.2161
Hunter Lab62.738917.1706-48.8600
CIE-Lab69.012522.1793-46.6424

#a09ffd color RGB value is (160,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011111 11111101
Octal 240 237 375
Decimal 160 159 253
Hex A0 9F FD

RGB Percentages of Color #a09ffd

%27.97
%27.80
%44.23

CMYK Percentages of Color #a09ffd

%37
%37
%0
%1

Triadic Colors of #a09ffd

#a09ffd #fda09f #9ffda0

Analogous Colors of #a09ffd

#a09ffd #cf9ffd #9fcdfd

Monochromatic Colors of #a09ffd

#a09ffd

Complementary Color

#a09ffd #fcfd9f

#a09ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09ffd Color CSS Codes

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

#a09ffd Text Font Color

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

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


#a09ffd Background Color

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

This div background color is #a09ffd


#a09ffd Border Color

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

This div border color is #a09ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09ffd


Comments

No comments written yet.

Please login to write comment.