Color Hex Logo

#5861ec Color Hex

#5861EC
(88,97,236)
0 Favorites   0 Comments

Color spaces of #5861ec

RGB 8897236
HSL0.660.800.64
HSV236°63°93°
CMYK 0.630.590.00   0.07
XYZ23.439516.680281.3411
Yxy16.68020.19300.1373
Hunter Lab40.841430.9714-89.4950
CIE-Lab47.854538.3148-71.3795

#5861ec color RGB value is (88,97,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100001 11101100
Octal 130 141 354
Decimal 88 97 236
Hex 58 61 EC

RGB Percentages of Color #5861ec

%20.90
%23.04
%56.06

CMYK Percentages of Color #5861ec

%63
%59
%0
%7

Triadic Colors of #5861ec

#5861ec #ec5861 #61ec58

Analogous Colors of #5861ec

#5861ec #9958ec #58abec

Monochromatic Colors of #5861ec

#5861ec

Complementary Color

#5861ec #ece358

#5861ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5861ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5861ec Color CSS Codes

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

#5861ec Text Font Color

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

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


#5861ec Background Color

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

This div background color is #5861ec


#5861ec Border Color

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

This div border color is #5861ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5861ec


Comments

No comments written yet.

Please login to write comment.