Color Hex Logo

#a57aae Color Hex

#A57AAE
(165,122,174)
0 Favorites   0 Comments

Color spaces of #a57aae

RGB 165122174
HSL0.800.240.58
HSV290°30°68°
CMYK 0.050.300.00   0.32
XYZ30.116624.974443.2776
Yxy24.97440.30620.2539
Hunter Lab49.974420.1162-16.3628
CIE-Lab57.050526.0002-21.1007

#a57aae color RGB value is (165,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111010 10101110
Octal 245 172 256
Decimal 165 122 174
Hex A5 7A AE

RGB Percentages of Color #a57aae

%35.79
%26.46
%37.74

CMYK Percentages of Color #a57aae

%5
%30
%0
%32

Triadic Colors of #a57aae

#a57aae #aea57a #7aaea5

Analogous Colors of #a57aae

#a57aae #ae7a9d #8b7aae

Monochromatic Colors of #a57aae

#a57aae

Complementary Color

#a57aae #83ae7a

#a57aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57aae Color CSS Codes

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

#a57aae Text Font Color

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

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


#a57aae Background Color

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

This div background color is #a57aae


#a57aae Border Color

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

This div border color is #a57aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57aae


Comments

No comments written yet.

Please login to write comment.