Color Hex Logo

#570e38 Color Hex

#570E38
(87,14,56)
0 Favorites   0 Comments

Color spaces of #570e38

RGB 871456
HSL0.900.720.20
HSV325°84°34°
CMYK 0.000.840.36   0.66
XYZ4.80132.62583.9952
Yxy2.62580.42030.2299
Hunter Lab16.204324.5315-3.2750
CIE-Lab18.478236.2187-7.0141

#570e38 color RGB value is (87,14,56).

#570e38 hex color red value is 87, green value is 14 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #570e38 hue: 0.90 , saturation: 0.72 and the lightness value of 570e38 is 0.20.

The process color (four color CMYK) of #570e38 color hex is 0.00, 0.84, 0.36, 0.66. Web safe color of #570e38 is #660033. Color #570e38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001110 00111000
Octal 127 16 70
Decimal 87 14 56
Hex 57 E 38

RGB Percentages of Color #570e38

%55.41
%8.92
%35.67

CMYK Percentages of Color #570e38

%0
%84
%36
%66

Triadic Colors of #570e38

#570e38 #38570e #0e3857

Analogous Colors of #570e38

#570e38 #570e14 #520e57

Monochromatic Colors of #570e38

#570e38

Complementary Color

#570e38 #0e572d

#570e38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570e38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570e38 Color CSS Codes

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

#570e38 Text Font Color

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

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


#570e38 Background Color

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

This div background color is #570e38


#570e38 Border Color

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

This div border color is #570e38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570e38


Comments

No comments written yet.

Please login to write comment.