Color Hex Logo

#5856ce Color Hex

#5856CE
(88,86,206)
0 Favorites   0 Comments

Color spaces of #5856ce

RGB 8886206
HSL0.670.550.57
HSV241°58°81°
CMYK 0.570.580.00   0.19
XYZ18.492913.186559.9631
Yxy13.18650.20180.1439
Hunter Lab36.313227.3549-72.4848
CIE-Lab43.042935.2338-62.1367

#5856ce color RGB value is (88,86,206).

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

The process color (four color CMYK) of #5856ce color hex is 0.57, 0.58, 0.00, 0.19. Web safe color of #5856ce is #6666cc. Color #5856ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010110 11001110
Octal 130 126 316
Decimal 88 86 206
Hex 58 56 CE

RGB Percentages of Color #5856ce

%23.16
%22.63
%54.21

CMYK Percentages of Color #5856ce

%57
%58
%0
%19

Triadic Colors of #5856ce

#5856ce #ce5856 #56ce58

Analogous Colors of #5856ce

#5856ce #9456ce #5690ce

Monochromatic Colors of #5856ce

#5856ce

Complementary Color

#5856ce #ccce56

#5856ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5856ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5856ce Color CSS Codes

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

#5856ce Text Font Color

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

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


#5856ce Background Color

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

This div background color is #5856ce


#5856ce Border Color

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

This div border color is #5856ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,86,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5856ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5856ce


Comments

No comments written yet.

Please login to write comment.