Color Hex Logo

#5e001f Color Hex

#5E001F
(94,0,31)
0 Favorites   0 Comments

Color spaces of #5e001f

RGB 94031
HSL0.951.000.18
HSV340°100°37°
CMYK 0.001.000.67   0.63
XYZ4.86342.47861.5184
Yxy2.47860.54890.2797
Hunter Lab15.743627.58985.3022
CIE-Lab17.821539.842810.1731

#5e001f color RGB value is (94,0,31).

#5e001f hex color red value is 94, green value is 0 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5e001f hue: 0.95 , saturation: 1.00 and the lightness value of 5e001f is 0.18.

The process color (four color CMYK) of #5e001f color hex is 0.00, 1.00, 0.67, 0.63. Web safe color of #5e001f is #660033. Color #5e001f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00000000 00011111
Octal 136 0 37
Decimal 94 0 31
Hex 5E 0 1F

RGB Percentages of Color #5e001f

%75.20
%0.00
%24.80

CMYK Percentages of Color #5e001f

%0
%100
%67
%63

Triadic Colors of #5e001f

#5e001f #1f5e00 #001f5e

Analogous Colors of #5e001f

#5e001f #5e1000 #5e004e

Monochromatic Colors of #5e001f

#5e001f

Complementary Color

#5e001f #005e3f

#5e001f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e001f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e001f Color CSS Codes

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

#5e001f Text Font Color

<p style="color:#5e001f">Text here</p>

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


#5e001f Background Color

<div style="background-color:#5e001f">
Div content here</div>

This div background color is #5e001f


#5e001f Border Color

<div style="border:3px solid #5e001f">
Div here</div>

This div border color is #5e001f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,0,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e001f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e001f;
  -webkit-box-shadow: 1px 1px 3px 2px #5e001f;
  box-shadow:         1px 1px 3px 2px #5e001f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e001f


Comments

No comments written yet.

Please login to write comment.