Color Hex Logo

#587dfa Color Hex

#587DFA
(88,125,250)
0 Favorites   0 Comments

Color spaces of #587dfa

RGB 88125250
HSL0.630.940.66
HSV226°65°98°
CMYK 0.650.500.00   0.02
XYZ28.613423.644193.4981
Yxy23.64410.19630.1622
Hunter Lab48.625219.9439-79.9671
CIE-Lab55.729725.9249-66.4261

#587dfa color RGB value is (88,125,250).

#587dfa hex color red value is 88, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #587dfa hue: 0.63 , saturation: 0.94 and the lightness value of 587dfa is 0.66.

The process color (four color CMYK) of #587dfa color hex is 0.65, 0.50, 0.00, 0.02. Web safe color of #587dfa is #6666ff. Color #587dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111101 11111010
Octal 130 175 372
Decimal 88 125 250
Hex 58 7D FA

RGB Percentages of Color #587dfa

%19.01
%27.00
%54.00

CMYK Percentages of Color #587dfa

%65
%50
%0
%2

Triadic Colors of #587dfa

#587dfa #fa587d #7dfa58

Analogous Colors of #587dfa

#587dfa #8458fa #58cefa

Monochromatic Colors of #587dfa

#587dfa

Complementary Color

#587dfa #fad558

#587dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#587dfa Color CSS Codes

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

#587dfa Text Font Color

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

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


#587dfa Background Color

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

This div background color is #587dfa


#587dfa Border Color

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

This div border color is #587dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587dfa


Comments

No comments written yet.

Please login to write comment.