Color Hex Logo

#5e121c Color Hex

#5E121C
(94,18,28)
0 Favorites   0 Comments

Color spaces of #5e121c

RGB 941828
HSL0.980.680.22
HSV352°81°37°
CMYK 0.000.810.70   0.63
XYZ5.04202.89611.3919
Yxy2.89610.54040.3104
Hunter Lab17.017923.10387.0632
CIE-Lab19.622934.323414.6547

#5e121c color RGB value is (94,18,28).

#5e121c hex color red value is 94, green value is 18 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #5e121c hue: 0.98 , saturation: 0.68 and the lightness value of 5e121c is 0.22.

The process color (four color CMYK) of #5e121c color hex is 0.00, 0.81, 0.70, 0.63. Web safe color of #5e121c is #660033. Color #5e121c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00010010 00011100
Octal 136 22 34
Decimal 94 18 28
Hex 5E 12 1C

RGB Percentages of Color #5e121c

%67.14
%12.86
%20.00

CMYK Percentages of Color #5e121c

%0
%81
%70
%63

Triadic Colors of #5e121c

#5e121c #1c5e12 #121c5e

Analogous Colors of #5e121c

#5e121c #5e2e12 #5e1242

Monochromatic Colors of #5e121c

#5e121c

Complementary Color

#5e121c #125e54

#5e121c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e121c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e121c Color CSS Codes

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

#5e121c Text Font Color

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

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


#5e121c Background Color

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

This div background color is #5e121c


#5e121c Border Color

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

This div border color is #5e121c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e121c


Comments

No comments written yet.

Please login to write comment.