Color Hex Logo

#587fdc Color Hex

#587FDC
(88,127,220)
0 Favorites   0 Comments

Color spaces of #587fdc

RGB 88127220
HSL0.620.650.60
HSV222°60°86°
CMYK 0.600.420.00   0.14
XYZ24.532122.420870.7448
Yxy22.42080.20840.1905
Hunter Lab47.35069.6163-55.4376
CIE-Lab54.470714.5951-51.7229

#587fdc color RGB value is (88,127,220).

#587fdc hex color red value is 88, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #587fdc hue: 0.62 , saturation: 0.65 and the lightness value of 587fdc is 0.60.

The process color (four color CMYK) of #587fdc color hex is 0.60, 0.42, 0.00, 0.14. Web safe color of #587fdc is #6666cc. Color #587fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111111 11011100
Octal 130 177 334
Decimal 88 127 220
Hex 58 7F DC

RGB Percentages of Color #587fdc

%20.23
%29.20
%50.57

CMYK Percentages of Color #587fdc

%60
%42
%0
%14

Triadic Colors of #587fdc

#587fdc #dc587f #7fdc58

Analogous Colors of #587fdc

#587fdc #7358dc #58c1dc

Monochromatic Colors of #587fdc

#587fdc

Complementary Color

#587fdc #dcb558

#587fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#587fdc Color CSS Codes

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

#587fdc Text Font Color

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

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


#587fdc Background Color

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

This div background color is #587fdc


#587fdc Border Color

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

This div border color is #587fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587fdc


Comments

No comments written yet.

Please login to write comment.