Color Hex Logo

#585193 Color Hex

#585193
(88,81,147)
0 Favorites   0 Comments

Color spaces of #585193

RGB 8881147
HSL0.680.290.45
HSV246°45°58°
CMYK 0.400.450.00   0.42
XYZ12.233410.066228.9020
Yxy10.06620.23890.1966
Hunter Lab31.727313.3033-31.8012
CIE-Lab37.961019.8581-35.4982

#585193 color RGB value is (88,81,147).

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

The process color (four color CMYK) of #585193 color hex is 0.40, 0.45, 0.00, 0.42. Web safe color of #585193 is #666699. Color #585193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010001 10010011
Octal 130 121 223
Decimal 88 81 147
Hex 58 51 93

RGB Percentages of Color #585193

%27.85
%25.63
%46.52

CMYK Percentages of Color #585193

%40
%45
%0
%42

Triadic Colors of #585193

#585193 #935851 #519358

Analogous Colors of #585193

#585193 #795193 #516b93

Monochromatic Colors of #585193

#585193

Complementary Color

#585193 #8c9351

#585193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585193 Color CSS Codes

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

#585193 Text Font Color

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

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


#585193 Background Color

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

This div background color is #585193


#585193 Border Color

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

This div border color is #585193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585193


Comments

No comments written yet.

Please login to write comment.