Color Hex Logo

#5e549e Color Hex

#5E549E
(94,84,158)
0 Favorites   0 Comments

Color spaces of #5e549e

RGB 9484158
HSL0.690.310.47
HSV248°47°62°
CMYK 0.410.470.00   0.38
XYZ13.958011.189033.7718
Yxy11.18900.23690.1899
Hunter Lab33.450015.9470-36.4455
CIE-Lab39.897022.8587-39.0080

#5e549e color RGB value is (94,84,158).

#5e549e hex color red value is 94, green value is 84 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5e549e hue: 0.69 , saturation: 0.31 and the lightness value of 5e549e is 0.47.

The process color (four color CMYK) of #5e549e color hex is 0.41, 0.47, 0.00, 0.38. Web safe color of #5e549e is #666699. Color #5e549e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010100 10011110
Octal 136 124 236
Decimal 94 84 158
Hex 5E 54 9E

RGB Percentages of Color #5e549e

%27.98
%25.00
%47.02

CMYK Percentages of Color #5e549e

%41
%47
%0
%38

Triadic Colors of #5e549e

#5e549e #9e5e54 #549e5e

Analogous Colors of #5e549e

#5e549e #83549e #546f9e

Monochromatic Colors of #5e549e

#5e549e

Complementary Color

#5e549e #949e54

#5e549e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e549e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e549e Color CSS Codes

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

#5e549e Text Font Color

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

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


#5e549e Background Color

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

This div background color is #5e549e


#5e549e Border Color

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

This div border color is #5e549e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e549e


Comments

No comments written yet.

Please login to write comment.