Color Hex Logo

#a15fab Color Hex

#A15FAB
(161,95,171)
0 Favorites   0 Comments

Color spaces of #a15fab

RGB 16195171
HSL0.810.310.52
HSV292°44°67°
CMYK 0.060.440.00   0.33
XYZ26.140818.701840.7601
Yxy18.70180.30540.2185
Hunter Lab43.245632.2187-25.6105
CIE-Lab50.336539.2267-29.7680

#a15fab color RGB value is (161,95,171).

#a15fab hex color red value is 161, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a15fab hue: 0.81 , saturation: 0.31 and the lightness value of a15fab is 0.52.

The process color (four color CMYK) of #a15fab color hex is 0.06, 0.44, 0.00, 0.33. Web safe color of #a15fab is #996699. Color #a15fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011111 10101011
Octal 241 137 253
Decimal 161 95 171
Hex A1 5F AB

RGB Percentages of Color #a15fab

%37.70
%22.25
%40.05

CMYK Percentages of Color #a15fab

%6
%44
%0
%33

Triadic Colors of #a15fab

#a15fab #aba15f #5faba1

Analogous Colors of #a15fab

#a15fab #ab5f8f #7b5fab

Monochromatic Colors of #a15fab

#a15fab

Complementary Color

#a15fab #69ab5f

#a15fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15fab Color CSS Codes

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

#a15fab Text Font Color

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

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


#a15fab Background Color

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

This div background color is #a15fab


#a15fab Border Color

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

This div border color is #a15fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15fab


Comments

No comments written yet.

Please login to write comment.