Color Hex Logo

#a178ae Color Hex

#A178AE
(161,120,174)
0 Favorites   0 Comments

Color spaces of #a178ae

RGB 161120174
HSL0.790.250.58
HSV286°31°68°
CMYK 0.070.310.00   0.32
XYZ29.054424.066043.1583
Yxy24.06600.30180.2500
Hunter Lab49.057119.8679-17.8208
CIE-Lab56.153825.8096-22.5114

#a178ae color RGB value is (161,120,174).

#a178ae hex color red value is 161, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a178ae hue: 0.79 , saturation: 0.25 and the lightness value of a178ae is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 10101110
Octal 241 170 256
Decimal 161 120 174
Hex A1 78 AE

RGB Percentages of Color #a178ae

%35.38
%26.37
%38.24

CMYK Percentages of Color #a178ae

%7
%31
%0
%32

Triadic Colors of #a178ae

#a178ae #aea178 #78aea1

Analogous Colors of #a178ae

#a178ae #ae78a0 #8678ae

Monochromatic Colors of #a178ae

#a178ae

Complementary Color

#a178ae #85ae78

#a178ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a178ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a178ae Color CSS Codes

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

#a178ae Text Font Color

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

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


#a178ae Background Color

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

This div background color is #a178ae


#a178ae Border Color

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

This div border color is #a178ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a178ae


Comments

No comments written yet.

Please login to write comment.