Color Hex Logo

#57051e Color Hex

#57051E
(87,5,30)
0 Favorites   0 Comments

Color spaces of #57051e

RGB 87530
HSL0.950.890.18
HSV342°94°34°
CMYK 0.000.940.66   0.66
XYZ4.21912.22851.4361
Yxy2.22850.53520.2827
Hunter Lab14.928224.32464.7460
CIE-Lab16.643436.33259.0278

#57051e color RGB value is (87,5,30).

#57051e hex color red value is 87, green value is 5 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #57051e hue: 0.95 , saturation: 0.89 and the lightness value of 57051e is 0.18.

The process color (four color CMYK) of #57051e color hex is 0.00, 0.94, 0.66, 0.66. Web safe color of #57051e is #660033. Color #57051e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000101 00011110
Octal 127 5 36
Decimal 87 5 30
Hex 57 5 1E

RGB Percentages of Color #57051e

%71.31
%4.10
%24.59

CMYK Percentages of Color #57051e

%0
%94
%66
%66

Triadic Colors of #57051e

#57051e #1e5705 #051e57

Analogous Colors of #57051e

#57051e #571505 #570547

Monochromatic Colors of #57051e

#57051e

Complementary Color

#57051e #05573e

#57051e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57051e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57051e Color CSS Codes

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

#57051e Text Font Color

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

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


#57051e Background Color

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

This div background color is #57051e


#57051e Border Color

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

This div border color is #57051e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57051e


Comments

No comments written yet.

Please login to write comment.