Color Hex Logo

#a15aea Color Hex

#A15AEA
(161,90,234)
0 Favorites   0 Comments

Color spaces of #a15aea

RGB 16190234
HSL0.750.770.64
HSV270°62°92°
CMYK 0.310.620.00   0.08
XYZ33.205420.829980.1124
Yxy20.82990.24750.1553
Hunter Lab45.639849.9987-72.1250
CIE-Lab52.762855.7578-61.9986

#a15aea color RGB value is (161,90,234).

#a15aea hex color red value is 161, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a15aea hue: 0.75 , saturation: 0.77 and the lightness value of a15aea is 0.64.

The process color (four color CMYK) of #a15aea color hex is 0.31, 0.62, 0.00, 0.08. Web safe color of #a15aea is #9966ff. Color #a15aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011010 11101010
Octal 241 132 352
Decimal 161 90 234
Hex A1 5A EA

RGB Percentages of Color #a15aea

%33.20
%18.56
%48.25

CMYK Percentages of Color #a15aea

%31
%62
%0
%8

Triadic Colors of #a15aea

#a15aea #eaa15a #5aeaa1

Analogous Colors of #a15aea

#a15aea #e95aea #5a5bea

Monochromatic Colors of #a15aea

#a15aea

Complementary Color

#a15aea #a3ea5a

#a15aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15aea Color CSS Codes

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

#a15aea Text Font Color

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

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


#a15aea Background Color

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

This div background color is #a15aea


#a15aea Border Color

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

This div border color is #a15aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15aea


Comments

No comments written yet.

Please login to write comment.