Color Hex Logo

#5600df Color Hex

#5600DF
(86,0,223)
0 Favorites   0 Comments

Color spaces of #5600df

RGB 860223
HSL0.731.000.44
HSV263°100°87°
CMYK 0.611.000.00   0.13
XYZ17.15707.306170.3180
Yxy7.30610.18100.0771
Hunter Lab27.029865.9996-135.3220
CIE-Lab32.493873.5524-89.2649

#5600df color RGB value is (86,0,223).

#5600df hex color red value is 86, green value is 0 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5600df hue: 0.73 , saturation: 1.00 and the lightness value of 5600df is 0.44.

The process color (four color CMYK) of #5600df color hex is 0.61, 1.00, 0.00, 0.13. Web safe color of #5600df is #6600cc. Color #5600df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000000 11011111
Octal 126 0 337
Decimal 86 0 223
Hex 56 0 DF

RGB Percentages of Color #5600df

%27.83
%0.00
%72.17

CMYK Percentages of Color #5600df

%61
%100
%0
%13

Triadic Colors of #5600df

#5600df #df5600 #00df56

Analogous Colors of #5600df

#5600df #c600df #0019df

Monochromatic Colors of #5600df

#5600df

Complementary Color

#5600df #89df00

#5600df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5600df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5600df Color CSS Codes

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

#5600df Text Font Color

<p style="color:#5600df">Text here</p>

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


#5600df Background Color

<div style="background-color:#5600df">
Div content here</div>

This div background color is #5600df


#5600df Border Color

<div style="border:3px solid #5600df">
Div here</div>

This div border color is #5600df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,0,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5600df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5600df;
  -webkit-box-shadow: 1px 1px 3px 2px #5600df;
  box-shadow:         1px 1px 3px 2px #5600df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5600df


Comments

No comments written yet.

Please login to write comment.