Color Hex Logo

#a09ffc Color Hex

#A09FFC
(160,159,252)
0 Favorites   0 Comments

Color spaces of #a09ffc

RGB 160159252
HSL0.670.940.81
HSV241°37°99°
CMYK 0.370.370.00   0.01
XYZ44.466039.298197.3371
Yxy39.29810.24550.2170
Hunter Lab62.688216.9093-48.1789
CIE-Lab68.966721.9147-46.1707

#a09ffc color RGB value is (160,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011111 11111100
Octal 240 237 374
Decimal 160 159 252
Hex A0 9F FC

RGB Percentages of Color #a09ffc

%28.02
%27.85
%44.13

CMYK Percentages of Color #a09ffc

%37
%37
%0
%1

Triadic Colors of #a09ffc

#a09ffc #fca09f #9ffca0

Analogous Colors of #a09ffc

#a09ffc #cf9ffc #9fcdfc

Monochromatic Colors of #a09ffc

#a09ffc

Complementary Color

#a09ffc #fbfc9f

#a09ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09ffc Color CSS Codes

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

#a09ffc Text Font Color

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

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


#a09ffc Background Color

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

This div background color is #a09ffc


#a09ffc Border Color

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

This div border color is #a09ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09ffc


Comments

No comments written yet.

Please login to write comment.