Color Hex Logo

#5605dc Color Hex

#5605DC
(86,5,220)
0 Favorites   0 Comments

Color spaces of #5605dc

RGB 865220
HSL0.730.960.44
HSV263°98°86°
CMYK 0.610.980.00   0.14
XYZ16.81037.254368.2244
Yxy7.25430.18210.0786
Hunter Lab26.933864.2737-131.3302
CIE-Lab32.379072.1312-87.7300

#5605dc color RGB value is (86,5,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000101 11011100
Octal 126 5 334
Decimal 86 5 220
Hex 56 5 DC

RGB Percentages of Color #5605dc

%27.65
%1.61
%70.74

CMYK Percentages of Color #5605dc

%61
%98
%0
%14

Triadic Colors of #5605dc

#5605dc #dc5605 #05dc56

Analogous Colors of #5605dc

#5605dc #c205dc #0520dc

Monochromatic Colors of #5605dc

#5605dc

Complementary Color

#5605dc #8bdc05

#5605dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5605dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5605dc Color CSS Codes

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

#5605dc Text Font Color

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

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


#5605dc Background Color

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

This div background color is #5605dc


#5605dc Border Color

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

This div border color is #5605dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,5,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 #5605dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5605dc


Comments

No comments written yet.

Please login to write comment.