Color Hex Logo

#57010f Color Hex

#57010F
(87,1,15)
0 Favorites   0 Comments

Color spaces of #57010f

RGB 87115
HSL0.970.980.17
HSV350°99°34°
CMYK 0.000.990.83   0.66
XYZ4.02762.08240.6416
Yxy2.08240.59650.3084
Hunter Lab14.430524.56647.4653
CIE-Lab15.913936.757118.2606

#57010f color RGB value is (87,1,15).

#57010f hex color red value is 87, green value is 1 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #57010f hue: 0.97 , saturation: 0.98 and the lightness value of 57010f is 0.17.

The process color (four color CMYK) of #57010f color hex is 0.00, 0.99, 0.83, 0.66. Web safe color of #57010f is #660000. Color #57010f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000001 00001111
Octal 127 1 17
Decimal 87 1 15
Hex 57 1 F

RGB Percentages of Color #57010f

%84.47
%0.97
%14.56

CMYK Percentages of Color #57010f

%0
%99
%83
%66

Triadic Colors of #57010f

#57010f #0f5701 #010f57

Analogous Colors of #57010f

#57010f #571e01 #57013a

Monochromatic Colors of #57010f

#57010f

Complementary Color

#57010f #015749

#57010f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57010f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57010f Color CSS Codes

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

#57010f Text Font Color

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

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


#57010f Background Color

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

This div background color is #57010f


#57010f Border Color

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

This div border color is #57010f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57010f


Comments

No comments written yet.

Please login to write comment.