Color Hex Logo

#585098 Color Hex

#585098
(88,80,152)
0 Favorites   0 Comments

Color spaces of #585098

RGB 8880152
HSL0.690.310.45
HSV247°47°60°
CMYK 0.420.470.00   0.40
XYZ12.560710.079030.9892
Yxy10.07900.23420.1879
Hunter Lab31.747415.0645-35.6507
CIE-Lab37.983821.9912-38.4812

#585098 color RGB value is (88,80,152).

#585098 hex color red value is 88, green value is 80 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #585098 hue: 0.69 , saturation: 0.31 and the lightness value of 585098 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010000 10011000
Octal 130 120 230
Decimal 88 80 152
Hex 58 50 98

RGB Percentages of Color #585098

%27.50
%25.00
%47.50

CMYK Percentages of Color #585098

%42
%47
%0
%40

Triadic Colors of #585098

#585098 #985850 #509858

Analogous Colors of #585098

#585098 #7c5098 #506c98

Monochromatic Colors of #585098

#585098

Complementary Color

#585098 #909850

#585098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585098 Color CSS Codes

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

#585098 Text Font Color

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

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


#585098 Background Color

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

This div background color is #585098


#585098 Border Color

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

This div border color is #585098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,80,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 #585098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585098

#585098 Color Palettes


Comments

No comments written yet.

Please login to write comment.