Color Hex Logo

#a57eae Color Hex

#A57EAE
(165,126,174)
0 Favorites   0 Comments

Color spaces of #a57eae

RGB 165126174
HSL0.800.230.59
HSV289°28°68°
CMYK 0.050.280.00   0.32
XYZ30.617925.977043.4447
Yxy25.97700.30610.2597
Hunter Lab50.967618.0373-14.8613
CIE-Lab58.015223.7228-19.6264

#a57eae color RGB value is (165,126,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111110 10101110
Octal 245 176 256
Decimal 165 126 174
Hex A5 7E AE

RGB Percentages of Color #a57eae

%35.48
%27.10
%37.42

CMYK Percentages of Color #a57eae

%5
%28
%0
%32

Triadic Colors of #a57eae

#a57eae #aea57e #7eaea5

Analogous Colors of #a57eae

#a57eae #ae7e9f #8d7eae

Monochromatic Colors of #a57eae

#a57eae

Complementary Color

#a57eae #87ae7e

#a57eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57eae Color CSS Codes

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

#a57eae Text Font Color

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

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


#a57eae Background Color

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

This div background color is #a57eae


#a57eae Border Color

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

This div border color is #a57eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57eae

#a57eae Color Palettes


Comments

No comments written yet.

Please login to write comment.