Color Hex Logo

#5e4450 Color Hex

#5E4450
(94,68,80)
0 Favorites   0 Comments

Color spaces of #5e4450

RGB 946880
HSL0.920.160.32
HSV332°28°37°
CMYK 0.000.280.15   0.63
XYZ8.13127.09318.5300
Yxy7.09310.34230.2986
Hunter Lab26.63297.8897-0.3464
CIE-Lab32.017913.3402-2.7880

#5e4450 color RGB value is (94,68,80).

#5e4450 hex color red value is 94, green value is 68 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #5e4450 hue: 0.92 , saturation: 0.16 and the lightness value of 5e4450 is 0.32.

The process color (four color CMYK) of #5e4450 color hex is 0.00, 0.28, 0.15, 0.63. Web safe color of #5e4450 is #663366. Color #5e4450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01000100 01010000
Octal 136 104 120
Decimal 94 68 80
Hex 5E 44 50

RGB Percentages of Color #5e4450

%38.84
%28.10
%33.06

CMYK Percentages of Color #5e4450

%0
%28
%15
%63

Triadic Colors of #5e4450

#5e4450 #505e44 #44505e

Analogous Colors of #5e4450

#5e4450 #5e4544 #5e445d

Monochromatic Colors of #5e4450

#5e4450

Complementary Color

#5e4450 #445e52

#5e4450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e4450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e4450 Color CSS Codes

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

#5e4450 Text Font Color

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

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


#5e4450 Background Color

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

This div background color is #5e4450


#5e4450 Border Color

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

This div border color is #5e4450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e4450


Comments

No comments written yet.

Please login to write comment.