Color Hex Logo

#585189 Color Hex

#585189
(88,81,137)
0 Favorites   0 Comments

Color spaces of #585189

RGB 8881137
HSL0.690.260.43
HSV248°41°54°
CMYK 0.360.410.00   0.46
XYZ11.48239.765724.9467
Yxy9.76570.24860.2114
Hunter Lab31.250110.8989-25.4556
CIE-Lab37.418616.9199-30.2801

#585189 color RGB value is (88,81,137).

#585189 hex color red value is 88, green value is 81 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #585189 hue: 0.69 , saturation: 0.26 and the lightness value of 585189 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010001 10001001
Octal 130 121 211
Decimal 88 81 137
Hex 58 51 89

RGB Percentages of Color #585189

%28.76
%26.47
%44.77

CMYK Percentages of Color #585189

%36
%41
%0
%46

Triadic Colors of #585189

#585189 #895851 #518958

Analogous Colors of #585189

#585189 #745189 #516689

Monochromatic Colors of #585189

#585189

Complementary Color

#585189 #828951

#585189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585189 Color CSS Codes

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

#585189 Text Font Color

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

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


#585189 Background Color

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

This div background color is #585189


#585189 Border Color

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

This div border color is #585189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585189


Comments

No comments written yet.

Please login to write comment.