Color Hex Logo

#a93aef Color Hex

#A93AEF
(169,58,239)
0 Favorites   0 Comments

Color spaces of #a93aef

RGB 16958239
HSL0.770.850.58
HSV277°76°94°
CMYK 0.290.760.00   0.06
XYZ33.455217.693183.3132
Yxy17.69310.24880.1316
Hunter Lab42.063268.3605-87.9896
CIE-Lab49.121772.3330-70.6496

#a93aef color RGB value is (169,58,239).

#a93aef hex color red value is 169, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a93aef hue: 0.77 , saturation: 0.85 and the lightness value of a93aef is 0.58.

The process color (four color CMYK) of #a93aef color hex is 0.29, 0.76, 0.00, 0.06. Web safe color of #a93aef is #9933ff. Color #a93aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111010 11101111
Octal 251 72 357
Decimal 169 58 239
Hex A9 3A EF

RGB Percentages of Color #a93aef

%36.27
%12.45
%51.29

CMYK Percentages of Color #a93aef

%29
%76
%0
%6

Triadic Colors of #a93aef

#a93aef #efa93a #3aefa9

Analogous Colors of #a93aef

#a93aef #ef3adb #4f3aef

Monochromatic Colors of #a93aef

#a93aef

Complementary Color

#a93aef #80ef3a

#a93aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93aef Color CSS Codes

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

#a93aef Text Font Color

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

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


#a93aef Background Color

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

This div background color is #a93aef


#a93aef Border Color

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

This div border color is #a93aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93aef


Comments

No comments written yet.

Please login to write comment.