Color Hex Logo

#57000d Color Hex

#57000D
(87,0,13)
0 Favorites   0 Comments

Color spaces of #57000d

RGB 87013
HSL0.981.000.17
HSV351°100°34°
CMYK 0.001.000.85   0.66
XYZ4.00312.05530.5665
Yxy2.05530.60430.3102
Hunter Lab14.336324.75367.6926
CIE-Lab15.774837.002219.0951

#57000d color RGB value is (87,0,13).

#57000d hex color red value is 87, green value is 0 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #57000d hue: 0.98 , saturation: 1.00 and the lightness value of 57000d is 0.17.

The process color (four color CMYK) of #57000d color hex is 0.00, 1.00, 0.85, 0.66. Web safe color of #57000d is #660000. Color #57000d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000000 00001101
Octal 127 0 15
Decimal 87 0 13
Hex 57 0 D

RGB Percentages of Color #57000d

%87.00
%0.00
%13.00

CMYK Percentages of Color #57000d

%0
%100
%85
%66

Triadic Colors of #57000d

#57000d #0d5700 #000d57

Analogous Colors of #57000d

#57000d #571f00 #570039

Monochromatic Colors of #57000d

#57000d

Complementary Color

#57000d #00574a

#57000d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57000d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57000d Color CSS Codes

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

#57000d Text Font Color

<p style="color:#57000d">Text here</p>

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


#57000d Background Color

<div style="background-color:#57000d">
Div content here</div>

This div background color is #57000d


#57000d Border Color

<div style="border:3px solid #57000d">
Div here</div>

This div border color is #57000d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57000d


Comments

No comments written yet.

Please login to write comment.