Color Hex Logo

#585396 Color Hex

#585396
(88,83,150)
0 Favorites   0 Comments

Color spaces of #585396

RGB 8883150
HSL0.680.290.46
HSV244°45°59°
CMYK 0.410.450.00   0.41
XYZ12.622810.463230.2085
Yxy10.46320.23680.1963
Hunter Lab32.346913.0495-32.7277
CIE-Lab38.661219.4904-36.1992

#585396 color RGB value is (88,83,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010011 10010110
Octal 130 123 226
Decimal 88 83 150
Hex 58 53 96

RGB Percentages of Color #585396

%27.41
%25.86
%46.73

CMYK Percentages of Color #585396

%41
%45
%0
%41

Triadic Colors of #585396

#585396 #965853 #539658

Analogous Colors of #585396

#585396 #7a5396 #537096

Monochromatic Colors of #585396

#585396

Complementary Color

#585396 #919653

#585396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585396 Color CSS Codes

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

#585396 Text Font Color

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

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


#585396 Background Color

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

This div background color is #585396


#585396 Border Color

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

This div border color is #585396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585396


Comments

No comments written yet.

Please login to write comment.