Color Hex Logo

#a35057 Color Hex

#A35057
(163,80,87)
0 Favorites   0 Comments

Color spaces of #a35057

RGB 1638087
HSL0.990.340.48
HSV355°51°64°
CMYK 0.000.510.47   0.36
XYZ19.693214.212010.7221
Yxy14.21200.44130.3185
Hunter Lab37.698827.27249.5262
CIE-Lab44.535434.938012.0144

#a35057 color RGB value is (163,80,87).

#a35057 hex color red value is 163, green value is 80 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a35057 hue: 0.99 , saturation: 0.34 and the lightness value of a35057 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010000 01010111
Octal 243 120 127
Decimal 163 80 87
Hex A3 50 57

RGB Percentages of Color #a35057

%49.39
%24.24
%26.36

CMYK Percentages of Color #a35057

%0
%51
%47
%36

Triadic Colors of #a35057

#a35057 #57a350 #5057a3

Analogous Colors of #a35057

#a35057 #a37350 #a35081

Monochromatic Colors of #a35057

#a35057

Complementary Color

#a35057 #50a39c

#a35057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35057 Color CSS Codes

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

#a35057 Text Font Color

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

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


#a35057 Background Color

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

This div background color is #a35057


#a35057 Border Color

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

This div border color is #a35057


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,80,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 #a35057">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35057


Comments

No comments written yet.

Please login to write comment.