Color Hex Logo

#585cde Color Hex

#585CDE
(88,92,222)
0 Favorites   0 Comments

Color spaces of #585cde

RGB 8892222
HSL0.660.670.61
HSV238°60°87°
CMYK 0.600.590.00   0.13
XYZ21.036515.002970.8944
Yxy15.00290.19670.1403
Hunter Lab38.733629.1609-81.4055
CIE-Lab45.638236.7646-67.0733

#585cde color RGB value is (88,92,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011100 11011110
Octal 130 134 336
Decimal 88 92 222
Hex 58 5C DE

RGB Percentages of Color #585cde

%21.89
%22.89
%55.22

CMYK Percentages of Color #585cde

%60
%59
%0
%13

Triadic Colors of #585cde

#585cde #de585c #5cde58

Analogous Colors of #585cde

#585cde #9758de #589fde

Monochromatic Colors of #585cde

#585cde

Complementary Color

#585cde #deda58

#585cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#585cde Color CSS Codes

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

#585cde Text Font Color

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

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


#585cde Background Color

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

This div background color is #585cde


#585cde Border Color

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

This div border color is #585cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585cde


Comments

No comments written yet.

Please login to write comment.