Color Hex Logo

#5863de Color Hex

#5863DE
(88,99,222)
0 Favorites   0 Comments

Color spaces of #5863de

RGB 8899222
HSL0.650.670.61
HSV235°60°87°
CMYK 0.600.550.00   0.13
XYZ21.671216.272371.1059
Yxy16.27230.19870.1492
Hunter Lab40.338925.3020-76.2739
CIE-Lab47.329732.4850-64.3291

#5863de color RGB value is (88,99,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100011 11011110
Octal 130 143 336
Decimal 88 99 222
Hex 58 63 DE

RGB Percentages of Color #5863de

%21.52
%24.21
%54.28

CMYK Percentages of Color #5863de

%60
%55
%0
%13

Triadic Colors of #5863de

#5863de #de5863 #63de58

Analogous Colors of #5863de

#5863de #9058de #58a6de

Monochromatic Colors of #5863de

#5863de

Complementary Color

#5863de #ded358

#5863de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5863de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5863de Color CSS Codes

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

#5863de Text Font Color

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

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


#5863de Background Color

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

This div background color is #5863de


#5863de Border Color

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

This div border color is #5863de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5863de


Comments

No comments written yet.

Please login to write comment.