Color Hex Logo

#5e498d Color Hex

#5E498D
(94,73,141)
0 Favorites   0 Comments

Color spaces of #5e498d

RGB 9473141
HSL0.720.320.42
HSV259°48°55°
CMYK 0.330.480.00   0.45
XYZ11.80649.067926.3273
Yxy9.06790.25010.1921
Hunter Lab30.113017.2869-30.7573
CIE-Lab36.114724.8442-34.7454

#5e498d color RGB value is (94,73,141).

#5e498d hex color red value is 94, green value is 73 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5e498d hue: 0.72 , saturation: 0.32 and the lightness value of 5e498d is 0.42.

The process color (four color CMYK) of #5e498d color hex is 0.33, 0.48, 0.00, 0.45. Web safe color of #5e498d is #663399. Color #5e498d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01001001 10001101
Octal 136 111 215
Decimal 94 73 141
Hex 5E 49 8D

RGB Percentages of Color #5e498d

%30.52
%23.70
%45.78

CMYK Percentages of Color #5e498d

%33
%48
%0
%45

Triadic Colors of #5e498d

#5e498d #8d5e49 #498d5e

Analogous Colors of #5e498d

#5e498d #80498d #49568d

Monochromatic Colors of #5e498d

#5e498d

Complementary Color

#5e498d #788d49

#5e498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e498d Color CSS Codes

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

#5e498d Text Font Color

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

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


#5e498d Background Color

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

This div background color is #5e498d


#5e498d Border Color

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

This div border color is #5e498d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e498d


Comments

No comments written yet.

Please login to write comment.