Color Hex Logo

#587daa Color Hex

#587DAA
(88,125,170)
0 Favorites   0 Comments

Color spaces of #587daa

RGB 88125170
HSL0.590.330.51
HSV213°48°67°
CMYK 0.480.260.00   0.33
XYZ18.613819.644240.8409
Yxy19.64420.23530.2483
Hunter Lab44.3218-2.5985-23.6083
CIE-Lab51.4325-0.2983-27.9735

#587daa color RGB value is (88,125,170).

#587daa hex color red value is 88, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #587daa hue: 0.59 , saturation: 0.33 and the lightness value of 587daa is 0.51.

The process color (four color CMYK) of #587daa color hex is 0.48, 0.26, 0.00, 0.33. Web safe color of #587daa is #666699. Color #587daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111101 10101010
Octal 130 175 252
Decimal 88 125 170
Hex 58 7D AA

RGB Percentages of Color #587daa

%22.98
%32.64
%44.39

CMYK Percentages of Color #587daa

%48
%26
%0
%33

Triadic Colors of #587daa

#587daa #aa587d #7daa58

Analogous Colors of #587daa

#587daa #5c58aa #58a6aa

Monochromatic Colors of #587daa

#587daa

Complementary Color

#587daa #aa8558

#587daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#587daa Color CSS Codes

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

#587daa Text Font Color

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

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


#587daa Background Color

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

This div background color is #587daa


#587daa Border Color

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

This div border color is #587daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,125,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #587daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #587daa;
  -webkit-box-shadow: 1px 1px 3px 2px #587daa;
  box-shadow:         1px 1px 3px 2px #587daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587daa

#587daa Color Palettes


Comments

No comments written yet.

Please login to write comment.