Color Hex Logo

#585fde Color Hex

#585FDE
(88,95,222)
0 Favorites   0 Comments

Color spaces of #585fde

RGB 8895222
HSL0.660.670.61
HSV237°60°87°
CMYK 0.600.570.00   0.13
XYZ21.301515.533170.9827
Yxy15.53310.19760.1441
Hunter Lab39.412127.5049-79.1952
CIE-Lab46.355934.9357-65.9079

#585fde color RGB value is (88,95,222).

#585fde hex color red value is 88, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #585fde hue: 0.66 , saturation: 0.67 and the lightness value of 585fde is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011111 11011110
Octal 130 137 336
Decimal 88 95 222
Hex 58 5F DE

RGB Percentages of Color #585fde

%21.73
%23.46
%54.81

CMYK Percentages of Color #585fde

%60
%57
%0
%13

Triadic Colors of #585fde

#585fde #de585f #5fde58

Analogous Colors of #585fde

#585fde #9458de #58a2de

Monochromatic Colors of #585fde

#585fde

Complementary Color

#585fde #ded758

#585fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#585fde Color CSS Codes

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

#585fde Text Font Color

<p style="color:#585fde">Text here</p>

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


#585fde Background Color

<div style="background-color:#585fde">
Div content here</div>

This div background color is #585fde


#585fde Border Color

<div style="border:3px solid #585fde">
Div here</div>

This div border color is #585fde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,95,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #585fde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #585fde;
  -webkit-box-shadow: 1px 1px 3px 2px #585fde;
  box-shadow:         1px 1px 3px 2px #585fde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585fde


Comments

No comments written yet.

Please login to write comment.