Color Hex Logo

#a158ab Color Hex

#A158AB
(161,88,171)
0 Favorites   0 Comments

Color spaces of #a158ab

RGB 16188171
HSL0.810.330.51
HSV293°49°67°
CMYK 0.060.490.00   0.33
XYZ25.538417.496840.5593
Yxy17.49680.30550.2093
Hunter Lab41.829235.7804-28.2096
CIE-Lab48.880042.9875-32.0421

#a158ab color RGB value is (161,88,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 10101011
Octal 241 130 253
Decimal 161 88 171
Hex A1 58 AB

RGB Percentages of Color #a158ab

%38.33
%20.95
%40.71

CMYK Percentages of Color #a158ab

%6
%49
%0
%33

Triadic Colors of #a158ab

#a158ab #aba158 #58aba1

Analogous Colors of #a158ab

#a158ab #ab588c #7858ab

Monochromatic Colors of #a158ab

#a158ab

Complementary Color

#a158ab #62ab58

#a158ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a158ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a158ab Color CSS Codes

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

#a158ab Text Font Color

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

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


#a158ab Background Color

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

This div background color is #a158ab


#a158ab Border Color

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

This div border color is #a158ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a158ab


Comments

No comments written yet.

Please login to write comment.