Color Hex Logo

#a93ee5 Color Hex

#A93EE5
(169,62,229)
0 Favorites   0 Comments

Color spaces of #a93ee5

RGB 16962229
HSL0.770.760.57
HSV278°73°90°
CMYK 0.260.730.00   0.10
XYZ32.227717.537475.8152
Yxy17.53740.25660.1397
Hunter Lab41.877764.0819-78.0240
CIE-Lab48.930168.7872-65.3188

#a93ee5 color RGB value is (169,62,229).

#a93ee5 hex color red value is 169, green value is 62 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #a93ee5 hue: 0.77 , saturation: 0.76 and the lightness value of a93ee5 is 0.57.

The process color (four color CMYK) of #a93ee5 color hex is 0.26, 0.73, 0.00, 0.10. Web safe color of #a93ee5 is #9933cc. Color #a93ee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111110 11100101
Octal 251 76 345
Decimal 169 62 229
Hex A9 3E E5

RGB Percentages of Color #a93ee5

%36.74
%13.48
%49.78

CMYK Percentages of Color #a93ee5

%26
%73
%0
%10

Triadic Colors of #a93ee5

#a93ee5 #e5a93e #3ee5a9

Analogous Colors of #a93ee5

#a93ee5 #e53ece #553ee5

Monochromatic Colors of #a93ee5

#a93ee5

Complementary Color

#a93ee5 #7ae53e

#a93ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93ee5 Color CSS Codes

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

#a93ee5 Text Font Color

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

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


#a93ee5 Background Color

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

This div background color is #a93ee5


#a93ee5 Border Color

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

This div border color is #a93ee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93ee5


Comments

No comments written yet.

Please login to write comment.