Color Hex Logo

#5e508d Color Hex

#5E508D
(94,80,141)
0 Favorites   0 Comments

Color spaces of #5e508d

RGB 9480141
HSL0.700.280.43
HSV254°43°55°
CMYK 0.330.430.00   0.45
XYZ12.292510.040126.4894
Yxy10.04010.25180.2056
Hunter Lab31.686113.7976-27.3858
CIE-Lab37.914320.4652-31.8978

#5e508d color RGB value is (94,80,141).

#5e508d hex color red value is 94, green value is 80 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5e508d hue: 0.70 , saturation: 0.28 and the lightness value of 5e508d is 0.43.

The process color (four color CMYK) of #5e508d color hex is 0.33, 0.43, 0.00, 0.45. Web safe color of #5e508d is #666699. Color #5e508d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010000 10001101
Octal 136 120 215
Decimal 94 80 141
Hex 5E 50 8D

RGB Percentages of Color #5e508d

%29.84
%25.40
%44.76

CMYK Percentages of Color #5e508d

%33
%43
%0
%45

Triadic Colors of #5e508d

#5e508d #8d5e50 #508d5e

Analogous Colors of #5e508d

#5e508d #7d508d #50618d

Monochromatic Colors of #5e508d

#5e508d

Complementary Color

#5e508d #7f8d50

#5e508d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e508d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e508d Color CSS Codes

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

#5e508d Text Font Color

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

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


#5e508d Background Color

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

This div background color is #5e508d


#5e508d Border Color

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

This div border color is #5e508d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,80,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 #5e508d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e508d


Comments

No comments written yet.

Please login to write comment.