Color Hex Logo

#585494 Color Hex

#585494
(88,84,148)
0 Favorites   0 Comments

Color spaces of #585494

RGB 8884148
HSL0.680.280.45
HSV244°43°58°
CMYK 0.410.430.00   0.42
XYZ12.540110.553529.3931
Yxy10.55350.23890.2011
Hunter Lab32.486212.0527-30.9046
CIE-Lab38.818018.2562-34.7444

#585494 color RGB value is (88,84,148).

#585494 hex color red value is 88, green value is 84 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #585494 hue: 0.68 , saturation: 0.28 and the lightness value of 585494 is 0.45.

The process color (four color CMYK) of #585494 color hex is 0.41, 0.43, 0.00, 0.42. Web safe color of #585494 is #666699. Color #585494 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010100 10010100
Octal 130 124 224
Decimal 88 84 148
Hex 58 54 94

RGB Percentages of Color #585494

%27.50
%26.25
%46.25

CMYK Percentages of Color #585494

%41
%43
%0
%42

Triadic Colors of #585494

#585494 #945854 #549458

Analogous Colors of #585494

#585494 #785494 #547094

Monochromatic Colors of #585494

#585494

Complementary Color

#585494 #909454

#585494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585494 Color CSS Codes

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

#585494 Text Font Color

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

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


#585494 Background Color

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

This div background color is #585494


#585494 Border Color

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

This div border color is #585494


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,84,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #585494; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #585494;
  -webkit-box-shadow: 1px 1px 3px 2px #585494;
  box-shadow:         1px 1px 3px 2px #585494; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585494


Comments

No comments written yet.

Please login to write comment.