Color Hex Logo

#585299 Color Hex

#585299
(88,82,153)
0 Favorites   0 Comments

Color spaces of #585299

RGB 8882153
HSL0.680.300.46
HSV245°46°60°
CMYK 0.420.460.00   0.40
XYZ12.791610.409231.4720
Yxy10.40920.23400.1904
Hunter Lab32.263314.3101-35.2515
CIE-Lab38.567021.0285-38.1554

#585299 color RGB value is (88,82,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010010 10011001
Octal 130 122 231
Decimal 88 82 153
Hex 58 52 99

RGB Percentages of Color #585299

%27.24
%25.39
%47.37

CMYK Percentages of Color #585299

%42
%46
%0
%40

Triadic Colors of #585299

#585299 #995852 #529958

Analogous Colors of #585299

#585299 #7c5299 #527099

Monochromatic Colors of #585299

#585299

Complementary Color

#585299 #939952

#585299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585299 Color CSS Codes

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

#585299 Text Font Color

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

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


#585299 Background Color

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

This div background color is #585299


#585299 Border Color

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

This div border color is #585299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585299


Comments

No comments written yet.

Please login to write comment.