Color Hex Logo

#5806ec Color Hex

#5806EC
(88,6,236)
0 Favorites   0 Comments

Color spaces of #5806ec

RGB 886236
HSL0.730.950.47
HSV261°97°93°
CMYK 0.630.970.00   0.07
XYZ19.22998.261179.9379
Yxy8.26110.17900.0769
Hunter Lab28.742169.1266-144.7785
CIE-Lab34.520875.7657-93.3191

#5806ec color RGB value is (88,6,236).

#5806ec hex color red value is 88, green value is 6 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5806ec hue: 0.73 , saturation: 0.95 and the lightness value of 5806ec is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000110 11101100
Octal 130 6 354
Decimal 88 6 236
Hex 58 6 EC

RGB Percentages of Color #5806ec

%26.67
%1.82
%71.52

CMYK Percentages of Color #5806ec

%63
%97
%0
%7

Triadic Colors of #5806ec

#5806ec #ec5806 #06ec58

Analogous Colors of #5806ec

#5806ec #cb06ec #0627ec

Monochromatic Colors of #5806ec

#5806ec

Complementary Color

#5806ec #9aec06

#5806ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5806ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5806ec Color CSS Codes

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

#5806ec Text Font Color

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

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


#5806ec Background Color

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

This div background color is #5806ec


#5806ec Border Color

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

This div border color is #5806ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5806ec


Comments

No comments written yet.

Please login to write comment.