Color Hex Logo

#5860de Color Hex

#5860DE
(88,96,222)
0 Favorites   0 Comments

Color spaces of #5860de

RGB 8896222
HSL0.660.670.61
HSV236°60°87°
CMYK 0.600.570.00   0.13
XYZ21.392215.714471.0129
Yxy15.71440.19790.1453
Hunter Lab39.641426.9538-78.4621
CIE-Lab46.597534.3245-65.5158

#5860de color RGB value is (88,96,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100000 11011110
Octal 130 140 336
Decimal 88 96 222
Hex 58 60 DE

RGB Percentages of Color #5860de

%21.67
%23.65
%54.68

CMYK Percentages of Color #5860de

%60
%57
%0
%13

Triadic Colors of #5860de

#5860de #de5860 #60de58

Analogous Colors of #5860de

#5860de #9358de #58a3de

Monochromatic Colors of #5860de

#5860de

Complementary Color

#5860de #ded658

#5860de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5860de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5860de Color CSS Codes

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

#5860de Text Font Color

<p style="color:#5860de">Text here</p>

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


#5860de Background Color

<div style="background-color:#5860de">
Div content here</div>

This div background color is #5860de


#5860de Border Color

<div style="border:3px solid #5860de">
Div here</div>

This div border color is #5860de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5860de


Comments

No comments written yet.

Please login to write comment.