Color Hex Logo

#a90edf Color Hex

#A90EDF
(169,14,223)
0 Favorites   0 Comments

Color spaces of #a90edf

RGB 16914223
HSL0.790.880.46
HSV284°94°87°
CMYK 0.240.940.00   0.13
XYZ29.838514.076870.9565
Yxy14.07680.25980.1225
Hunter Lab37.519176.3007-85.8666
CIE-Lab44.342979.7219-69.3572

#a90edf color RGB value is (169,14,223).

#a90edf hex color red value is 169, green value is 14 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a90edf hue: 0.79 , saturation: 0.88 and the lightness value of a90edf is 0.46.

The process color (four color CMYK) of #a90edf color hex is 0.24, 0.94, 0.00, 0.13. Web safe color of #a90edf is #9900cc. Color #a90edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001110 11011111
Octal 251 16 337
Decimal 169 14 223
Hex A9 E DF

RGB Percentages of Color #a90edf

%41.63
%3.45
%54.93

CMYK Percentages of Color #a90edf

%24
%94
%0
%13

Triadic Colors of #a90edf

#a90edf #dfa90e #0edfa9

Analogous Colors of #a90edf

#a90edf #df0ead #400edf

Monochromatic Colors of #a90edf

#a90edf

Complementary Color

#a90edf #44df0e

#a90edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90edf Color CSS Codes

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

#a90edf Text Font Color

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

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


#a90edf Background Color

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

This div background color is #a90edf


#a90edf Border Color

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

This div border color is #a90edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90edf


Comments

No comments written yet.

Please login to write comment.