Color Hex Logo

#585bde Color Hex

#585BDE
(88,91,222)
0 Favorites   0 Comments

Color spaces of #585bde

RGB 8891222
HSL0.660.670.61
HSV239°60°87°
CMYK 0.600.590.00   0.13
XYZ20.950414.830870.8657
Yxy14.83080.19640.1391
Hunter Lab38.510829.7126-82.1451
CIE-Lab45.401637.3712-67.4579

#585bde color RGB value is (88,91,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011011 11011110
Octal 130 133 336
Decimal 88 91 222
Hex 58 5B DE

RGB Percentages of Color #585bde

%21.95
%22.69
%55.36

CMYK Percentages of Color #585bde

%60
%59
%0
%13

Triadic Colors of #585bde

#585bde #de585b #5bde58

Analogous Colors of #585bde

#585bde #9858de #589ede

Monochromatic Colors of #585bde

#585bde

Complementary Color

#585bde #dedb58

#585bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#585bde Color CSS Codes

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

#585bde Text Font Color

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

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


#585bde Background Color

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

This div background color is #585bde


#585bde Border Color

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

This div border color is #585bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,91,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 #585bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585bde


Comments

No comments written yet.

Please login to write comment.