Color Hex Logo

#5e5874 Color Hex

#5E5874
(94,88,116)
0 Favorites   0 Comments

Color spaces of #5e5874

RGB 9488116
HSL0.700.140.40
HSV253°24°45°
CMYK 0.190.240.00   0.55
XYZ11.258210.620117.9795
Yxy10.62010.28250.2664
Hunter Lab32.58854.6357-9.8991
CIE-Lab38.93318.7733-15.0120

#5e5874 color RGB value is (94,88,116).

#5e5874 hex color red value is 94, green value is 88 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #5e5874 hue: 0.70 , saturation: 0.14 and the lightness value of 5e5874 is 0.40.

The process color (four color CMYK) of #5e5874 color hex is 0.19, 0.24, 0.00, 0.55. Web safe color of #5e5874 is #666666. Color #5e5874 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01011000 01110100
Octal 136 130 164
Decimal 94 88 116
Hex 5E 58 74

RGB Percentages of Color #5e5874

%31.54
%29.53
%38.93

CMYK Percentages of Color #5e5874

%19
%24
%0
%55

Triadic Colors of #5e5874

#5e5874 #745e58 #58745e

Analogous Colors of #5e5874

#5e5874 #6c5874 #586074

Monochromatic Colors of #5e5874

#5e5874

Complementary Color

#5e5874 #6e7458

#5e5874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e5874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e5874 Color CSS Codes

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

#5e5874 Text Font Color

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

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


#5e5874 Background Color

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

This div background color is #5e5874


#5e5874 Border Color

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

This div border color is #5e5874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e5874


Comments

No comments written yet.

Please login to write comment.