Color Hex Logo

#570d1b Color Hex

#570D1B
(87,13,27)
0 Favorites   0 Comments

Color spaces of #570d1b

RGB 871327
HSL0.970.740.20
HSV349°85°34°
CMYK 0.000.850.69   0.66
XYZ4.27222.39321.2737
Yxy2.39320.53810.3014
Hunter Lab15.470022.22235.9474
CIE-Lab17.428633.687912.2344

#570d1b color RGB value is (87,13,27).

#570d1b hex color red value is 87, green value is 13 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #570d1b hue: 0.97 , saturation: 0.74 and the lightness value of 570d1b is 0.20.

The process color (four color CMYK) of #570d1b color hex is 0.00, 0.85, 0.69, 0.66. Web safe color of #570d1b is #660033. Color #570d1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001101 00011011
Octal 127 15 33
Decimal 87 13 27
Hex 57 D 1B

RGB Percentages of Color #570d1b

%68.50
%10.24
%21.26

CMYK Percentages of Color #570d1b

%0
%85
%69
%66

Triadic Colors of #570d1b

#570d1b #1b570d #0d1b57

Analogous Colors of #570d1b

#570d1b #57240d #570d40

Monochromatic Colors of #570d1b

#570d1b

Complementary Color

#570d1b #0d5749

#570d1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570d1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#570d1b Color CSS Codes

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

#570d1b Text Font Color

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

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


#570d1b Background Color

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

This div background color is #570d1b


#570d1b Border Color

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

This div border color is #570d1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570d1b


Comments

No comments written yet.

Please login to write comment.