Color Hex Logo

#5e465b Color Hex

#5E465B
(94,70,91)
0 Favorites   0 Comments

Color spaces of #5e465b

RGB 947091
HSL0.850.150.32
HSV308°26°37°
CMYK 0.000.260.03   0.63
XYZ8.69467.515310.8899
Yxy7.51530.32080.2773
Hunter Lab27.41408.6382-4.3624
CIE-Lab32.952314.2878-8.4357

#5e465b color RGB value is (94,70,91).

#5e465b hex color red value is 94, green value is 70 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #5e465b hue: 0.85 , saturation: 0.15 and the lightness value of 5e465b is 0.32.

The process color (four color CMYK) of #5e465b color hex is 0.00, 0.26, 0.03, 0.63. Web safe color of #5e465b is #663366. Color #5e465b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01000110 01011011
Octal 136 106 133
Decimal 94 70 91
Hex 5E 46 5B

RGB Percentages of Color #5e465b

%36.86
%27.45
%35.69

CMYK Percentages of Color #5e465b

%0
%26
%3
%63

Triadic Colors of #5e465b

#5e465b #5b5e46 #465b5e

Analogous Colors of #5e465b

#5e465b #5e464f #55465e

Monochromatic Colors of #5e465b

#5e465b

Complementary Color

#5e465b #465e49

#5e465b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e465b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e465b Color CSS Codes

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

#5e465b Text Font Color

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

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


#5e465b Background Color

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

This div background color is #5e465b


#5e465b Border Color

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

This div border color is #5e465b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e465b


Comments

No comments written yet.

Please login to write comment.