Color Hex Logo

#a158ac Color Hex

#A158AC
(161,88,172)
0 Favorites   0 Comments

Color spaces of #a158ac

RGB 16188172
HSL0.810.340.51
HSV292°49°67°
CMYK 0.060.490.00   0.33
XYZ25.634117.535141.0633
Yxy17.53510.30430.2082
Hunter Lab41.874935.9892-28.8284
CIE-Lab48.927343.1861-32.5542

#a158ac color RGB value is (161,88,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 10101100
Octal 241 130 254
Decimal 161 88 172
Hex A1 58 AC

RGB Percentages of Color #a158ac

%38.24
%20.90
%40.86

CMYK Percentages of Color #a158ac

%6
%49
%0
%33

Triadic Colors of #a158ac

#a158ac #aca158 #58aca1

Analogous Colors of #a158ac

#a158ac #ac588d #7758ac

Monochromatic Colors of #a158ac

#a158ac

Complementary Color

#a158ac #63ac58

#a158ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a158ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a158ac Color CSS Codes

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

#a158ac Text Font Color

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

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


#a158ac Background Color

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

This div background color is #a158ac


#a158ac Border Color

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

This div border color is #a158ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a158ac


Comments

No comments written yet.

Please login to write comment.