Color Hex Logo

#a90eed Color Hex

#A90EED
(169,14,237)
0 Favorites   0 Comments

Color spaces of #a90eed

RGB 16914237
HSL0.780.890.49
HSV282°94°93°
CMYK 0.290.940.00   0.07
XYZ31.805314.863581.3134
Yxy14.86350.24850.1161
Hunter Lab38.553279.7893-98.0626
CIE-Lab45.446782.2722-75.5104

#a90eed color RGB value is (169,14,237).

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

The process color (four color CMYK) of #a90eed color hex is 0.29, 0.94, 0.00, 0.07. Web safe color of #a90eed is #9900ff. Color #a90eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001110 11101101
Octal 251 16 355
Decimal 169 14 237
Hex A9 E ED

RGB Percentages of Color #a90eed

%40.24
%3.33
%56.43

CMYK Percentages of Color #a90eed

%29
%94
%0
%7

Triadic Colors of #a90eed

#a90eed #eda90e #0eeda9

Analogous Colors of #a90eed

#a90eed #ed0ec2 #3a0eed

Monochromatic Colors of #a90eed

#a90eed

Complementary Color

#a90eed #52ed0e

#a90eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90eed Color CSS Codes

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

#a90eed Text Font Color

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

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


#a90eed Background Color

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

This div background color is #a90eed


#a90eed Border Color

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

This div border color is #a90eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90eed


Comments

No comments written yet.

Please login to write comment.