Color Hex Logo

#587dfd Color Hex

#587DFD
(88,125,253)
0 Favorites   0 Comments

Color spaces of #587dfd

RGB 88125253
HSL0.630.980.67
HSV227°65°99°
CMYK 0.650.510.00   0.01
XYZ29.087723.833895.9958
Yxy23.83380.19530.1600
Hunter Lab48.819920.9185-82.4096
CIE-Lab55.921026.9417-67.7742

#587dfd color RGB value is (88,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111101 11111101
Octal 130 175 375
Decimal 88 125 253
Hex 58 7D FD

RGB Percentages of Color #587dfd

%18.88
%26.82
%54.29

CMYK Percentages of Color #587dfd

%65
%51
%0
%1

Triadic Colors of #587dfd

#587dfd #fd587d #7dfd58

Analogous Colors of #587dfd

#587dfd #8658fd #58d0fd

Monochromatic Colors of #587dfd

#587dfd

Complementary Color

#587dfd #fdd858

#587dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#587dfd Color CSS Codes

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

#587dfd Text Font Color

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

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


#587dfd Background Color

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

This div background color is #587dfd


#587dfd Border Color

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

This div border color is #587dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.