Color Hex Logo

#a15ab9 Color Hex

#A15AB9
(161,90,185)
0 Favorites   0 Comments

Color spaces of #a15ab9

RGB 16190185
HSL0.790.400.54
HSV285°51°73°
CMYK 0.130.510.00   0.27
XYZ27.111118.392248.0201
Yxy18.39220.28990.1967
Hunter Lab42.886137.7907-36.3674
CIE-Lab49.968444.7876-38.4975

#a15ab9 color RGB value is (161,90,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011010 10111001
Octal 241 132 271
Decimal 161 90 185
Hex A1 5A B9

RGB Percentages of Color #a15ab9

%36.93
%20.64
%42.43

CMYK Percentages of Color #a15ab9

%13
%51
%0
%27

Triadic Colors of #a15ab9

#a15ab9 #b9a15a #5ab9a1

Analogous Colors of #a15ab9

#a15ab9 #b95aa2 #725ab9

Monochromatic Colors of #a15ab9

#a15ab9

Complementary Color

#a15ab9 #72b95a

#a15ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15ab9 Color CSS Codes

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

#a15ab9 Text Font Color

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

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


#a15ab9 Background Color

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

This div background color is #a15ab9


#a15ab9 Border Color

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

This div border color is #a15ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15ab9


Comments

No comments written yet.

Please login to write comment.