Color Hex Logo

#5863ec Color Hex

#5863EC
(88,99,236)
0 Favorites   0 Comments

Color spaces of #5863ec

RGB 8899236
HSL0.650.800.64
HSV236°63°93°
CMYK 0.630.580.00   0.07
XYZ23.626717.054581.4035
Yxy17.05450.19350.1397
Hunter Lab41.297129.8527-87.9626
CIE-Lab48.328637.1038-70.6085

#5863ec color RGB value is (88,99,236).

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

The process color (four color CMYK) of #5863ec color hex is 0.63, 0.58, 0.00, 0.07. Web safe color of #5863ec is #6666ff. Color #5863ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100011 11101100
Octal 130 143 354
Decimal 88 99 236
Hex 58 63 EC

RGB Percentages of Color #5863ec

%20.80
%23.40
%55.79

CMYK Percentages of Color #5863ec

%63
%58
%0
%7

Triadic Colors of #5863ec

#5863ec #ec5863 #63ec58

Analogous Colors of #5863ec

#5863ec #9758ec #58adec

Monochromatic Colors of #5863ec

#5863ec

Complementary Color

#5863ec #ece158

#5863ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5863ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5863ec Color CSS Codes

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

#5863ec Text Font Color

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

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


#5863ec Background Color

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

This div background color is #5863ec


#5863ec Border Color

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

This div border color is #5863ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5863ec


Comments

No comments written yet.

Please login to write comment.