Color Hex Logo

#a57caf Color Hex

#A57CAF
(165,124,175)
0 Favorites   0 Comments

Color spaces of #a57caf

RGB 165124175
HSL0.800.240.59
HSV288°29°69°
CMYK 0.060.290.00   0.31
XYZ30.462625.509843.8758
Yxy25.50980.30510.2555
Hunter Lab50.507219.2717-16.1504
CIE-Lab57.568825.0665-20.8814

#a57caf color RGB value is (165,124,175).

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

The process color (four color CMYK) of #a57caf color hex is 0.06, 0.29, 0.00, 0.31. Web safe color of #a57caf is #996699. Color #a57caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111100 10101111
Octal 245 174 257
Decimal 165 124 175
Hex A5 7C AF

RGB Percentages of Color #a57caf

%35.56
%26.72
%37.72

CMYK Percentages of Color #a57caf

%6
%29
%0
%31

Triadic Colors of #a57caf

#a57caf #afa57c #7cafa5

Analogous Colors of #a57caf

#a57caf #af7ca0 #8c7caf

Monochromatic Colors of #a57caf

#a57caf

Complementary Color

#a57caf #86af7c

#a57caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57caf Color CSS Codes

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

#a57caf Text Font Color

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

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


#a57caf Background Color

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

This div background color is #a57caf


#a57caf Border Color

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

This div border color is #a57caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,124,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a57caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57caf


Comments

No comments written yet.

Please login to write comment.