Color Hex Logo

#585398 Color Hex

#585398
(88,83,152)
0 Favorites   0 Comments

Color spaces of #585398

RGB 8883152
HSL0.680.290.46
HSV244°45°60°
CMYK 0.420.450.00   0.40
XYZ12.785310.528231.0641
Yxy10.52820.23510.1936
Hunter Lab32.447213.5525-34.0497
CIE-Lab38.774220.0935-37.2245

#585398 color RGB value is (88,83,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010011 10011000
Octal 130 123 230
Decimal 88 83 152
Hex 58 53 98

RGB Percentages of Color #585398

%27.24
%25.70
%47.06

CMYK Percentages of Color #585398

%42
%45
%0
%40

Triadic Colors of #585398

#585398 #985853 #539858

Analogous Colors of #585398

#585398 #7b5398 #537198

Monochromatic Colors of #585398

#585398

Complementary Color

#585398 #939853

#585398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585398 Color CSS Codes

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

#585398 Text Font Color

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

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


#585398 Background Color

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

This div background color is #585398


#585398 Border Color

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

This div border color is #585398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585398


Comments

No comments written yet.

Please login to write comment.