Color Hex Logo

#a57885 Color Hex

#A57885
(165,120,133)
0 Favorites   0 Comments

Color spaces of #a57885

RGB 165120133
HSL0.950.200.56
HSV343°27°65°
CMYK 0.000.270.19   0.35
XYZ26.467223.125725.2590
Yxy23.12570.35360.3090
Hunter Lab48.089214.08632.5202
CIE-Lab55.201619.6042-0.1283

#a57885 color RGB value is (165,120,133).

#a57885 hex color red value is 165, green value is 120 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a57885 hue: 0.95 , saturation: 0.20 and the lightness value of a57885 is 0.56.

The process color (four color CMYK) of #a57885 color hex is 0.00, 0.27, 0.19, 0.35. Web safe color of #a57885 is #996699. Color #a57885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111000 10000101
Octal 245 170 205
Decimal 165 120 133
Hex A5 78 85

RGB Percentages of Color #a57885

%39.47
%28.71
%31.82

CMYK Percentages of Color #a57885

%0
%27
%19
%35

Triadic Colors of #a57885

#a57885 #85a578 #7885a5

Analogous Colors of #a57885

#a57885 #a58278 #a5789c

Monochromatic Colors of #a57885

#a57885

Complementary Color

#a57885 #78a598

#a57885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57885 Color CSS Codes

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

#a57885 Text Font Color

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

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


#a57885 Background Color

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

This div background color is #a57885


#a57885 Border Color

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

This div border color is #a57885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57885


Comments

No comments written yet.

Please login to write comment.