Color Hex Logo

#57140a Color Hex

#57140A
(87,20,10)
0 Favorites   0 Comments

Color spaces of #57140a

RGB 872010
HSL0.020.790.19
HSV89°34°
CMYK 0.000.770.89   0.66
XYZ4.23542.54850.5558
Yxy2.54850.57710.3472
Hunter Lab15.964019.42069.1106
CIE-Lab18.136530.124323.3201

#57140a color RGB value is (87,20,10).

#57140a hex color red value is 87, green value is 20 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #57140a hue: 0.02 , saturation: 0.79 and the lightness value of 57140a is 0.19.

The process color (four color CMYK) of #57140a color hex is 0.00, 0.77, 0.89, 0.66. Web safe color of #57140a is #660000. Color #57140a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010100 00001010
Octal 127 24 12
Decimal 87 20 10
Hex 57 14 A

RGB Percentages of Color #57140a

%74.36
%17.09
%8.55

CMYK Percentages of Color #57140a

%0
%77
%89
%66

Triadic Colors of #57140a

#57140a #0a5714 #140a57

Analogous Colors of #57140a

#57140a #573b0a #570a26

Monochromatic Colors of #57140a

#57140a

Complementary Color

#57140a #0a4d57

#57140a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57140a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57140a Color CSS Codes

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

#57140a Text Font Color

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

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


#57140a Background Color

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

This div background color is #57140a


#57140a Border Color

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

This div border color is #57140a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57140a


Comments

No comments written yet.

Please login to write comment.