Color Hex Logo

#5e141d Color Hex

#5E141D
(94,20,29)
0 Favorites   0 Comments

Color spaces of #5e141d

RGB 942029
HSL0.980.650.22
HSV353°79°37°
CMYK 0.000.790.69   0.63
XYZ5.08802.96871.4672
Yxy2.96870.53420.3117
Hunter Lab17.229922.55887.0121
CIE-Lab19.918133.620514.3351

#5e141d color RGB value is (94,20,29).

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

The process color (four color CMYK) of #5e141d color hex is 0.00, 0.79, 0.69, 0.63. Web safe color of #5e141d is #660033. Color #5e141d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00010100 00011101
Octal 136 24 35
Decimal 94 20 29
Hex 5E 14 1D

RGB Percentages of Color #5e141d

%65.73
%13.99
%20.28

CMYK Percentages of Color #5e141d

%0
%79
%69
%63

Triadic Colors of #5e141d

#5e141d #1d5e14 #141d5e

Analogous Colors of #5e141d

#5e141d #5e3014 #5e1442

Monochromatic Colors of #5e141d

#5e141d

Complementary Color

#5e141d #145e55

#5e141d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e141d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e141d Color CSS Codes

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

#5e141d Text Font Color

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

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


#5e141d Background Color

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

This div background color is #5e141d


#5e141d Border Color

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

This div border color is #5e141d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e141d


Comments

No comments written yet.

Please login to write comment.