Color Hex Logo

#a158ae Color Hex

#A158AE
(161,88,174)
0 Favorites   0 Comments

Color spaces of #a158ae

RGB 16188174
HSL0.810.350.51
HSV291°49°68°
CMYK 0.070.490.00   0.32
XYZ25.827617.612542.0827
Yxy17.61250.30200.2059
Hunter Lab41.967236.4103-30.0760
CIE-Lab49.022743.5857-33.5757

#a158ae color RGB value is (161,88,174).

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

The process color (four color CMYK) of #a158ae color hex is 0.07, 0.49, 0.00, 0.32. Web safe color of #a158ae is #996699. Color #a158ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 10101110
Octal 241 130 256
Decimal 161 88 174
Hex A1 58 AE

RGB Percentages of Color #a158ae

%38.06
%20.80
%41.13

CMYK Percentages of Color #a158ae

%7
%49
%0
%32

Triadic Colors of #a158ae

#a158ae #aea158 #58aea1

Analogous Colors of #a158ae

#a158ae #ae5890 #7658ae

Monochromatic Colors of #a158ae

#a158ae

Complementary Color

#a158ae #65ae58

#a158ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a158ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a158ae Color CSS Codes

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

#a158ae Text Font Color

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

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


#a158ae Background Color

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

This div background color is #a158ae


#a158ae Border Color

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

This div border color is #a158ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a158ae

#a158ae Color Palettes


Comments

No comments written yet.

Please login to write comment.