Color Hex Logo

#587dac Color Hex

#587DAC
(88,125,172)
0 Favorites   0 Comments

Color spaces of #587dac

RGB 88125172
HSL0.590.340.51
HSV214°49°67°
CMYK 0.490.270.00   0.33
XYZ18.804519.720541.8451
Yxy19.72050.23400.2454
Hunter Lab44.4078-2.1277-24.7831
CIE-Lab51.51970.3141-28.9958

#587dac color RGB value is (88,125,172).

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

The process color (four color CMYK) of #587dac color hex is 0.49, 0.27, 0.00, 0.33. Web safe color of #587dac is #666699. Color #587dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111101 10101100
Octal 130 175 254
Decimal 88 125 172
Hex 58 7D AC

RGB Percentages of Color #587dac

%22.86
%32.47
%44.68

CMYK Percentages of Color #587dac

%49
%27
%0
%33

Triadic Colors of #587dac

#587dac #ac587d #7dac58

Analogous Colors of #587dac

#587dac #5d58ac #58a7ac

Monochromatic Colors of #587dac

#587dac

Complementary Color

#587dac #ac8758

#587dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#587dac Color CSS Codes

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

#587dac Text Font Color

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

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


#587dac Background Color

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

This div background color is #587dac


#587dac Border Color

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

This div border color is #587dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587dac


Comments

No comments written yet.

Please login to write comment.