Color Hex Logo

#5e466a Color Hex

#5E466A
(94,70,106)
0 Favorites   0 Comments

Color spaces of #5e466a

RGB 9470106
HSL0.780.200.35
HSV280°34°42°
CMYK 0.110.340.00   0.58
XYZ9.40787.800614.6455
Yxy7.80060.29530.2449
Hunter Lab27.929611.2493-11.5394
CIE-Lab33.564117.6497-17.0181

#5e466a color RGB value is (94,70,106).

#5e466a hex color red value is 94, green value is 70 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #5e466a hue: 0.78 , saturation: 0.20 and the lightness value of 5e466a is 0.35.

The process color (four color CMYK) of #5e466a color hex is 0.11, 0.34, 0.00, 0.58. Web safe color of #5e466a is #663366. Color #5e466a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01000110 01101010
Octal 136 106 152
Decimal 94 70 106
Hex 5E 46 6A

RGB Percentages of Color #5e466a

%34.81
%25.93
%39.26

CMYK Percentages of Color #5e466a

%11
%34
%0
%58

Triadic Colors of #5e466a

#5e466a #6a5e46 #466a5e

Analogous Colors of #5e466a

#5e466a #6a4664 #4c466a

Monochromatic Colors of #5e466a

#5e466a

Complementary Color

#5e466a #526a46

#5e466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e466a Color CSS Codes

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

#5e466a Text Font Color

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

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


#5e466a Background Color

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

This div background color is #5e466a


#5e466a Border Color

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

This div border color is #5e466a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e466a


Comments

No comments written yet.

Please login to write comment.