Color Hex Logo

#587caa Color Hex

#587CAA
(88,124,170)
0 Favorites   0 Comments

Color spaces of #587caa

RGB 88124170
HSL0.590.330.51
HSV214°48°67°
CMYK 0.480.270.00   0.33
XYZ18.487919.392340.7989
Yxy19.39230.23500.2465
Hunter Lab44.0367-2.1246-24.1050
CIE-Lab51.14310.2933-28.4231

#587caa color RGB value is (88,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111100 10101010
Octal 130 174 252
Decimal 88 124 170
Hex 58 7C AA

RGB Percentages of Color #587caa

%23.04
%32.46
%44.50

CMYK Percentages of Color #587caa

%48
%27
%0
%33

Triadic Colors of #587caa

#587caa #aa587c #7caa58

Analogous Colors of #587caa

#587caa #5d58aa #58a5aa

Monochromatic Colors of #587caa

#587caa

Complementary Color

#587caa #aa8658

#587caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#587caa Color CSS Codes

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

#587caa Text Font Color

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

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


#587caa Background Color

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

This div background color is #587caa


#587caa Border Color

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

This div border color is #587caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,124,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 #587caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587caa


Comments

No comments written yet.

Please login to write comment.