color codes Logo

#a56b7e color codes

#A56B7E
(165,107,126)
0 Favorites   0 Comments

Color spaces of #a56b7e

RGB 165107126
HSL0.950.240.53
HSV340°35°65°
CMYK 0.000.350.24   0.35
XYZ24.540620.021122.3097
Yxy20.02110.36700.2994
Hunter Lab44.744919.59561.7596
CIE-Lab51.861125.8802-0.9056

#a56b7e color RGB value is (165,107,126).

#a56b7e hex color red value is 165, green value is 107 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a56b7e hue: 0.95 , saturation: 0.24 and the lightness value of a56b7e is 0.53.

The process color (four color CMYK) of #a56b7e color code is 0.00, 0.35, 0.24, 0.35. Web safe color of #a56b7e is #996666. Color #a56b7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101011 01111110
Octal 245 153 176
Decimal 165 107 126
Hex A5 6B 7E

RGB Percentages of Color #a56b7e

%41.46
%26.88
%31.66

CMYK Percentages of Color #a56b7e

%0
%35
%24
%35

Triadic Colors of #a56b7e

#a56b7e #7ea56b #6b7ea5

Analogous Colors of #a56b7e

#a56b7e #a5756b #a56b9b

Monochromatic Colors of #a56b7e

#a56b7e

Complementary Color

#a56b7e #6ba592

#a56b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56b7e Color CSS Codes

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

#a56b7e Text Font Color

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

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


#a56b7e Background Color

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

This div background color is #a56b7e


#a56b7e Border Color

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

This div border color is #a56b7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56b7e


Comments

No comments written yet.

Please login to write comment.