Color Hex Logo

#5866de Color Hex

#5866DE
(88,102,222)
0 Favorites   0 Comments

Color spaces of #5866de

RGB 88102222
HSL0.650.670.61
HSV234°60°87°
CMYK 0.600.540.00   0.13
XYZ21.960716.851471.2024
Yxy16.85140.19960.1532
Hunter Lab41.050523.6536-74.1037
CIE-Lab48.072330.6387-63.1273

#5866de color RGB value is (88,102,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100110 11011110
Octal 130 146 336
Decimal 88 102 222
Hex 58 66 DE

RGB Percentages of Color #5866de

%21.36
%24.76
%53.88

CMYK Percentages of Color #5866de

%60
%54
%0
%13

Triadic Colors of #5866de

#5866de #de5866 #66de58

Analogous Colors of #5866de

#5866de #8d58de #58a9de

Monochromatic Colors of #5866de

#5866de

Complementary Color

#5866de #ded058

#5866de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5866de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5866de Color CSS Codes

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

#5866de Text Font Color

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

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


#5866de Background Color

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

This div background color is #5866de


#5866de Border Color

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

This div border color is #5866de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5866de


Comments

No comments written yet.

Please login to write comment.