Color Hex Logo

#587fdd Color Hex

#587FDD
(88,127,221)
0 Favorites   0 Comments

Color spaces of #587fdd

RGB 88127221
HSL0.620.660.61
HSV222°60°87°
CMYK 0.600.430.00   0.13
XYZ24.665022.473971.4445
Yxy22.47390.20800.1895
Hunter Lab47.40669.9094-56.1687
CIE-Lab54.526314.9294-52.1963

#587fdd color RGB value is (88,127,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111111 11011101
Octal 130 177 335
Decimal 88 127 221
Hex 58 7F DD

RGB Percentages of Color #587fdd

%20.18
%29.13
%50.69

CMYK Percentages of Color #587fdd

%60
%43
%0
%13

Triadic Colors of #587fdd

#587fdd #dd587f #7fdd58

Analogous Colors of #587fdd

#587fdd #7458dd #58c2dd

Monochromatic Colors of #587fdd

#587fdd

Complementary Color

#587fdd #ddb658

#587fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#587fdd Color CSS Codes

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

#587fdd Text Font Color

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

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


#587fdd Background Color

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

This div background color is #587fdd


#587fdd Border Color

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

This div border color is #587fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587fdd


Comments

No comments written yet.

Please login to write comment.