Color Hex Logo

#a55757 Color Hex

#A55757
(165,87,87)
0 Favorites   0 Comments

Color spaces of #a55757

RGB 1658787
HSL0.000.310.49
HSV47°65°
CMYK 0.000.470.47   0.35
XYZ20.645515.503810.9212
Yxy15.50380.43860.3294
Hunter Lab39.374924.687211.1174
CIE-Lab46.316631.954614.5173

#a55757 color RGB value is (165,87,87).

#a55757 hex color red value is 165, green value is 87 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a55757 hue: 0.00 , saturation: 0.31 and the lightness value of a55757 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010111 01010111
Octal 245 127 127
Decimal 165 87 87
Hex A5 57 57

RGB Percentages of Color #a55757

%48.67
%25.66
%25.66

CMYK Percentages of Color #a55757

%0
%47
%47
%35

Triadic Colors of #a55757

#a55757 #57a557 #5757a5

Analogous Colors of #a55757

#a55757 #a57e57 #a5577e

Monochromatic Colors of #a55757

#a55757

Complementary Color

#a55757 #57a5a5

#a55757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55757 Color CSS Codes

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

#a55757 Text Font Color

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

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


#a55757 Background Color

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

This div background color is #a55757


#a55757 Border Color

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

This div border color is #a55757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55757

#a55757 Color Palettes


Comments

No comments written yet.

Please login to write comment.