Color Hex Logo

#a909ea Color Hex

#A909EA
(169,9,234)
0 Favorites   0 Comments

Color spaces of #a909ea

RGB 1699234
HSL0.790.930.48
HSV283°96°92°
CMYK 0.280.960.00   0.08
XYZ31.311214.570979.0041
Yxy14.57090.25070.1167
Hunter Lab38.171879.6174-95.9919
CIE-Lab45.040882.2148-74.4759

#a909ea color RGB value is (169,9,234).

#a909ea hex color red value is 169, green value is 9 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a909ea hue: 0.79 , saturation: 0.93 and the lightness value of a909ea is 0.48.

The process color (four color CMYK) of #a909ea color hex is 0.28, 0.96, 0.00, 0.08. Web safe color of #a909ea is #9900ff. Color #a909ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001001 11101010
Octal 251 11 352
Decimal 169 9 234
Hex A9 9 EA

RGB Percentages of Color #a909ea

%41.02
%2.18
%56.80

CMYK Percentages of Color #a909ea

%28
%96
%0
%8

Triadic Colors of #a909ea

#a909ea #eaa909 #09eaa9

Analogous Colors of #a909ea

#a909ea #ea09bb #3909ea

Monochromatic Colors of #a909ea

#a909ea

Complementary Color

#a909ea #4aea09

#a909ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a909ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a909ea Color CSS Codes

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

#a909ea Text Font Color

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

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


#a909ea Background Color

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

This div background color is #a909ea


#a909ea Border Color

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

This div border color is #a909ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a909ea


Comments

No comments written yet.

Please login to write comment.