Color Hex Logo

#a15eba Color Hex

#A15EBA
(161,94,186)
0 Favorites   0 Comments

Color spaces of #a15eba

RGB 16194186
HSL0.790.400.55
HSV284°49°73°
CMYK 0.130.490.00   0.27
XYZ27.563619.127648.6936
Yxy19.12760.28900.2005
Hunter Lab43.735135.9613-35.3975
CIE-Lab50.836242.8683-37.7098

#a15eba color RGB value is (161,94,186).

#a15eba hex color red value is 161, green value is 94 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a15eba hue: 0.79 , saturation: 0.40 and the lightness value of a15eba is 0.55.

The process color (four color CMYK) of #a15eba color hex is 0.13, 0.49, 0.00, 0.27. Web safe color of #a15eba is #9966cc. Color #a15eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011110 10111010
Octal 241 136 272
Decimal 161 94 186
Hex A1 5E BA

RGB Percentages of Color #a15eba

%36.51
%21.32
%42.18

CMYK Percentages of Color #a15eba

%13
%49
%0
%27

Triadic Colors of #a15eba

#a15eba #baa15e #5ebaa1

Analogous Colors of #a15eba

#a15eba #ba5ea5 #735eba

Monochromatic Colors of #a15eba

#a15eba

Complementary Color

#a15eba #77ba5e

#a15eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15eba Color CSS Codes

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

#a15eba Text Font Color

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

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


#a15eba Background Color

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

This div background color is #a15eba


#a15eba Border Color

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

This div border color is #a15eba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,94,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15eba


Comments

No comments written yet.

Please login to write comment.