Color Hex Logo

#a90efa Color Hex

#A90EFA
(169,14,250)
0 Favorites   0 Comments

Color spaces of #a90efa

RGB 16914250
HSL0.780.960.52
HSV279°94°98°
CMYK 0.320.940.00   0.02
XYZ33.774515.651291.6834
Yxy15.65120.23940.1109
Hunter Lab39.561683.1561-109.7106
CIE-Lab46.513584.6949-81.0782

#a90efa color RGB value is (169,14,250).

#a90efa hex color red value is 169, green value is 14 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a90efa hue: 0.78 , saturation: 0.96 and the lightness value of a90efa is 0.52.

The process color (four color CMYK) of #a90efa color hex is 0.32, 0.94, 0.00, 0.02. Web safe color of #a90efa is #9900ff. Color #a90efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001110 11111010
Octal 251 16 372
Decimal 169 14 250
Hex A9 E FA

RGB Percentages of Color #a90efa

%39.03
%3.23
%57.74

CMYK Percentages of Color #a90efa

%32
%94
%0
%2

Triadic Colors of #a90efa

#a90efa #faa90e #0efaa9

Analogous Colors of #a90efa

#a90efa #fa0ed5 #330efa

Monochromatic Colors of #a90efa

#a90efa

Complementary Color

#a90efa #5ffa0e

#a90efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90efa Color CSS Codes

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

#a90efa Text Font Color

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

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


#a90efa Background Color

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

This div background color is #a90efa


#a90efa Border Color

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

This div border color is #a90efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,14,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a90efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a90efa;
  -webkit-box-shadow: 1px 1px 3px 2px #a90efa;
  box-shadow:         1px 1px 3px 2px #a90efa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,14,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90efa


Comments

No comments written yet.

Please login to write comment.