Color Hex Logo

#5606dc Color Hex

#5606DC
(86,6,220)
0 Favorites   0 Comments

Color spaces of #5606dc

RGB 866220
HSL0.730.950.44
HSV262°97°86°
CMYK 0.610.970.00   0.14
XYZ16.82117.276068.2280
Yxy7.27600.18220.0788
Hunter Lab26.974164.1085-131.0859
CIE-Lab32.427171.9836-87.6499

#5606dc color RGB value is (86,6,220).

#5606dc hex color red value is 86, green value is 6 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5606dc hue: 0.73 , saturation: 0.95 and the lightness value of 5606dc is 0.44.

The process color (four color CMYK) of #5606dc color hex is 0.61, 0.97, 0.00, 0.14. Web safe color of #5606dc is #6600cc. Color #5606dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000110 11011100
Octal 126 6 334
Decimal 86 6 220
Hex 56 6 DC

RGB Percentages of Color #5606dc

%27.56
%1.92
%70.51

CMYK Percentages of Color #5606dc

%61
%97
%0
%14

Triadic Colors of #5606dc

#5606dc #dc5606 #06dc56

Analogous Colors of #5606dc

#5606dc #c106dc #0621dc

Monochromatic Colors of #5606dc

#5606dc

Complementary Color

#5606dc #8cdc06

#5606dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5606dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5606dc Color CSS Codes

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

#5606dc Text Font Color

<p style="color:#5606dc">Text here</p>

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


#5606dc Background Color

<div style="background-color:#5606dc">
Div content here</div>

This div background color is #5606dc


#5606dc Border Color

<div style="border:3px solid #5606dc">
Div here</div>

This div border color is #5606dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,6,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5606dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5606dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5606dc;
  box-shadow:         1px 1px 3px 2px #5606dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5606dc


Comments

No comments written yet.

Please login to write comment.