Color Hex Logo

#5856de Color Hex

#5856DE
(88,86,222)
0 Favorites   0 Comments

Color spaces of #5856de

RGB 8886222
HSL0.670.670.60
HSV241°61°87°
CMYK 0.600.610.00   0.13
XYZ20.537114.004270.7279
Yxy14.00420.19510.1330
Hunter Lab37.422232.4710-85.8625
CIE-Lab44.239040.3832-69.3500

#5856de color RGB value is (88,86,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010110 11011110
Octal 130 126 336
Decimal 88 86 222
Hex 58 56 DE

RGB Percentages of Color #5856de

%22.22
%21.72
%56.06

CMYK Percentages of Color #5856de

%60
%61
%0
%13

Triadic Colors of #5856de

#5856de #de5856 #56de58

Analogous Colors of #5856de

#5856de #9c56de #5698de

Monochromatic Colors of #5856de

#5856de

Complementary Color

#5856de #dcde56

#5856de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5856de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5856de Color CSS Codes

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

#5856de Text Font Color

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

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


#5856de Background Color

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

This div background color is #5856de


#5856de Border Color

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

This div border color is #5856de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5856de


Comments

No comments written yet.

Please login to write comment.