Color Hex Logo

#587dae Color Hex

#587DAE
(88,125,174)
0 Favorites   0 Comments

Color spaces of #587dae

RGB 88125174
HSL0.590.350.51
HSV214°49°68°
CMYK 0.490.280.00   0.32
XYZ18.998119.797942.8645
Yxy19.79790.23260.2424
Hunter Lab44.4948-1.6512-25.9712
CIE-Lab51.60790.9303-30.0150

#587dae color RGB value is (88,125,174).

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

The process color (four color CMYK) of #587dae color hex is 0.49, 0.28, 0.00, 0.32. Web safe color of #587dae is #666699. Color #587dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111101 10101110
Octal 130 175 256
Decimal 88 125 174
Hex 58 7D AE

RGB Percentages of Color #587dae

%22.74
%32.30
%44.96

CMYK Percentages of Color #587dae

%49
%28
%0
%32

Triadic Colors of #587dae

#587dae #ae587d #7dae58

Analogous Colors of #587dae

#587dae #5e58ae #58a8ae

Monochromatic Colors of #587dae

#587dae

Complementary Color

#587dae #ae8958

#587dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#587dae Color CSS Codes

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

#587dae Text Font Color

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

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


#587dae Background Color

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

This div background color is #587dae


#587dae Border Color

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

This div border color is #587dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587dae


Comments

No comments written yet.

Please login to write comment.