Color Hex Logo

#587dcc Color Hex

#587DCC
(88,125,204)
0 Favorites   0 Comments

Color spaces of #587dcc

RGB 88125204
HSL0.610.530.57
HSV221°57°80°
CMYK 0.570.390.00   0.20
XYZ22.257221.101660.0267
Yxy21.10160.21530.2041
Hunter Lab45.93656.0982-45.3207
CIE-Lab53.060510.5122-44.9230

#587dcc color RGB value is (88,125,204).

#587dcc hex color red value is 88, green value is 125 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #587dcc hue: 0.61 , saturation: 0.53 and the lightness value of 587dcc is 0.57.

The process color (four color CMYK) of #587dcc color hex is 0.57, 0.39, 0.00, 0.20. Web safe color of #587dcc is #6666cc. Color #587dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111101 11001100
Octal 130 175 314
Decimal 88 125 204
Hex 58 7D CC

RGB Percentages of Color #587dcc

%21.10
%29.98
%48.92

CMYK Percentages of Color #587dcc

%57
%39
%0
%20

Triadic Colors of #587dcc

#587dcc #cc587d #7dcc58

Analogous Colors of #587dcc

#587dcc #6d58cc #58b7cc

Monochromatic Colors of #587dcc

#587dcc

Complementary Color

#587dcc #cca758

#587dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#587dcc Color CSS Codes

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

#587dcc Text Font Color

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

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


#587dcc Background Color

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

This div background color is #587dcc


#587dcc Border Color

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

This div border color is #587dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587dcc


Comments

No comments written yet.

Please login to write comment.