Color Hex Logo

#5e799d Color Hex

#5E799D
(94,121,157)
0 Favorites   0 Comments

Color spaces of #5e799d

RGB 94121157
HSL0.600.250.49
HSV214°40°62°
CMYK 0.400.230.00   0.38
XYZ17.539318.488734.5426
Yxy18.48870.24850.2620
Hunter Lab42.9985-2.4363-17.5314
CIE-Lab50.0836-0.1820-22.4672

#5e799d color RGB value is (94,121,157).

#5e799d hex color red value is 94, green value is 121 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5e799d hue: 0.60 , saturation: 0.25 and the lightness value of 5e799d is 0.49.

The process color (four color CMYK) of #5e799d color hex is 0.40, 0.23, 0.00, 0.38. Web safe color of #5e799d is #666699. Color #5e799d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01111001 10011101
Octal 136 171 235
Decimal 94 121 157
Hex 5E 79 9D

RGB Percentages of Color #5e799d

%25.27
%32.53
%42.20

CMYK Percentages of Color #5e799d

%40
%23
%0
%38

Triadic Colors of #5e799d

#5e799d #9d5e79 #799d5e

Analogous Colors of #5e799d

#5e799d #635e9d #5e999d

Monochromatic Colors of #5e799d

#5e799d

Complementary Color

#5e799d #9d825e

#5e799d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e799d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e799d Color CSS Codes

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

#5e799d Text Font Color

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

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


#5e799d Background Color

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

This div background color is #5e799d


#5e799d Border Color

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

This div border color is #5e799d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e799d


Comments

No comments written yet.

Please login to write comment.