Color Hex Logo

#a5787f Color Hex

#A5787F
(165,120,127)
0 Favorites   0 Comments

Color spaces of #a5787f

RGB 165120127
HSL0.970.200.56
HSV351°27°65°
CMYK 0.000.270.23   0.35
XYZ26.064322.964623.1375
Yxy22.96460.36120.3182
Hunter Lab47.921413.22324.9185
CIE-Lab55.035918.65323.1275

#a5787f color RGB value is (165,120,127).

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

The process color (four color CMYK) of #a5787f color hex is 0.00, 0.27, 0.23, 0.35. Web safe color of #a5787f is #996666. Color #a5787f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111000 01111111
Octal 245 170 177
Decimal 165 120 127
Hex A5 78 7F

RGB Percentages of Color #a5787f

%40.05
%29.13
%30.83

CMYK Percentages of Color #a5787f

%0
%27
%23
%35

Triadic Colors of #a5787f

#a5787f #7fa578 #787fa5

Analogous Colors of #a5787f

#a5787f #a58878 #a57896

Monochromatic Colors of #a5787f

#a5787f

Complementary Color

#a5787f #78a59e

#a5787f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5787f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5787f Color CSS Codes

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

#a5787f Text Font Color

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

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


#a5787f Background Color

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

This div background color is #a5787f


#a5787f Border Color

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

This div border color is #a5787f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5787f


Comments

No comments written yet.

Please login to write comment.