Color Hex Logo

#a17eae Color Hex

#A17EAE
(161,126,174)
0 Favorites   0 Comments

Color spaces of #a17eae

RGB 161126174
HSL0.790.230.59
HSV284°28°68°
CMYK 0.070.280.00   0.32
XYZ29.798825.554843.4064
Yxy25.55480.30170.2588
Hunter Lab50.551816.7550-15.5233
CIE-Lab57.612022.3764-20.2782

#a17eae color RGB value is (161,126,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111110 10101110
Octal 241 176 256
Decimal 161 126 174
Hex A1 7E AE

RGB Percentages of Color #a17eae

%34.92
%27.33
%37.74

CMYK Percentages of Color #a17eae

%7
%28
%0
%32

Triadic Colors of #a17eae

#a17eae #aea17e #7eaea1

Analogous Colors of #a17eae

#a17eae #ae7ea3 #897eae

Monochromatic Colors of #a17eae

#a17eae

Complementary Color

#a17eae #8bae7e

#a17eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17eae Color CSS Codes

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

#a17eae Text Font Color

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

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


#a17eae Background Color

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

This div background color is #a17eae


#a17eae Border Color

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

This div border color is #a17eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17eae


Comments

No comments written yet.

Please login to write comment.