Color Hex Logo

#a57cae Color Hex

#A57CAE
(165,124,174)
0 Favorites   0 Comments

Color spaces of #a57cae

RGB 165124174
HSL0.800.240.58
HSV289°29°68°
CMYK 0.050.290.00   0.32
XYZ30.364725.470643.3603
Yxy25.47060.30610.2568
Hunter Lab50.468419.0762-15.6116
CIE-Lab57.531124.8620-20.3656

#a57cae color RGB value is (165,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111100 10101110
Octal 245 174 256
Decimal 165 124 174
Hex A5 7C AE

RGB Percentages of Color #a57cae

%35.64
%26.78
%37.58

CMYK Percentages of Color #a57cae

%5
%29
%0
%32

Triadic Colors of #a57cae

#a57cae #aea57c #7caea5

Analogous Colors of #a57cae

#a57cae #ae7c9e #8c7cae

Monochromatic Colors of #a57cae

#a57cae

Complementary Color

#a57cae #85ae7c

#a57cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57cae Color CSS Codes

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

#a57cae Text Font Color

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

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


#a57cae Background Color

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

This div background color is #a57cae


#a57cae Border Color

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

This div border color is #a57cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57cae


Comments

No comments written yet.

Please login to write comment.