Color Hex Logo

#a090f9 Color Hex

#A090F9
(160,144,249)
0 Favorites   0 Comments

Color spaces of #a090f9

RGB 160144249
HSL0.690.900.77
HSV249°42°98°
CMYK 0.360.420.00   0.02
XYZ41.569334.259794.0444
Yxy34.25970.24470.2017
Hunter Lab58.531824.3402-54.2904
CIE-Lab65.168229.6689-50.5224

#a090f9 color RGB value is (160,144,249).

#a090f9 hex color red value is 160, green value is 144 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #a090f9 hue: 0.69 , saturation: 0.90 and the lightness value of a090f9 is 0.77.

The process color (four color CMYK) of #a090f9 color hex is 0.36, 0.42, 0.00, 0.02. Web safe color of #a090f9 is #9999ff. Color #a090f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010000 11111001
Octal 240 220 371
Decimal 160 144 249
Hex A0 90 F9

RGB Percentages of Color #a090f9

%28.93
%26.04
%45.03

CMYK Percentages of Color #a090f9

%36
%42
%0
%2

Triadic Colors of #a090f9

#a090f9 #f9a090 #90f9a0

Analogous Colors of #a090f9

#a090f9 #d590f9 #90b5f9

Monochromatic Colors of #a090f9

#a090f9

Complementary Color

#a090f9 #e9f990

#a090f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a090f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a090f9 Color CSS Codes

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

#a090f9 Text Font Color

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

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


#a090f9 Background Color

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

This div background color is #a090f9


#a090f9 Border Color

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

This div border color is #a090f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a090f9


Comments

No comments written yet.

Please login to write comment.