Color Hex Logo

#a908ea Color Hex

#A908EA
(169,8,234)
0 Favorites   0 Comments

Color spaces of #a908ea

RGB 1698234
HSL0.790.930.47
HSV283°97°92°
CMYK 0.280.970.00   0.08
XYZ31.300314.549279.0005
Yxy14.54920.25070.1165
Hunter Lab38.143479.7253-96.0977
CIE-Lab45.010582.3054-74.5255

#a908ea color RGB value is (169,8,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001000 11101010
Octal 251 10 352
Decimal 169 8 234
Hex A9 8 EA

RGB Percentages of Color #a908ea

%41.12
%1.95
%56.93

CMYK Percentages of Color #a908ea

%28
%97
%0
%8

Triadic Colors of #a908ea

#a908ea #eaa908 #08eaa9

Analogous Colors of #a908ea

#a908ea #ea08ba #3808ea

Monochromatic Colors of #a908ea

#a908ea

Complementary Color

#a908ea #49ea08

#a908ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a908ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a908ea Color CSS Codes

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

#a908ea Text Font Color

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

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


#a908ea Background Color

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

This div background color is #a908ea


#a908ea Border Color

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

This div border color is #a908ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,8,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 #a908ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a908ea


Comments

No comments written yet.

Please login to write comment.