Color Hex Logo

#a56487 Color Hex

#A56487
(165,100,135)
0 Favorites   0 Comments

Color spaces of #a56487

RGB 165100135
HSL0.910.270.52
HSV328°39°65°
CMYK 0.000.390.18   0.35
XYZ24.447418.862925.2741
Yxy18.86290.35650.2750
Hunter Lab43.431424.4720-4.1007
CIE-Lab50.526431.2294-8.2134

#a56487 color RGB value is (165,100,135).

#a56487 hex color red value is 165, green value is 100 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a56487 hue: 0.91 , saturation: 0.27 and the lightness value of a56487 is 0.52.

The process color (four color CMYK) of #a56487 color hex is 0.00, 0.39, 0.18, 0.35. Web safe color of #a56487 is #996699. Color #a56487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100100 10000111
Octal 245 144 207
Decimal 165 100 135
Hex A5 64 87

RGB Percentages of Color #a56487

%41.25
%25.00
%33.75

CMYK Percentages of Color #a56487

%0
%39
%18
%35

Triadic Colors of #a56487

#a56487 #87a564 #6487a5

Analogous Colors of #a56487

#a56487 #a56467 #a364a5

Monochromatic Colors of #a56487

#a56487

Complementary Color

#a56487 #64a582

#a56487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56487 Color CSS Codes

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

#a56487 Text Font Color

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

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


#a56487 Background Color

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

This div background color is #a56487


#a56487 Border Color

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

This div border color is #a56487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56487


Comments

No comments written yet.

Please login to write comment.