Color Hex Logo

#5564dc Color Hex

#5564DC
(85,100,220)
0 Favorites   0 Comments

Color spaces of #5564dc

RGB 85100220
HSL0.650.660.60
HSV233°61°86°
CMYK 0.610.550.00   0.14
XYZ21.221816.212969.7210
Yxy16.21290.19800.1513
Hunter Lab40.265223.6143-74.4775
CIE-Lab47.252630.6914-63.3282

#5564dc color RGB value is (85,100,220).

#5564dc hex color red value is 85, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5564dc hue: 0.65 , saturation: 0.66 and the lightness value of 5564dc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100100 11011100
Octal 125 144 334
Decimal 85 100 220
Hex 55 64 DC

RGB Percentages of Color #5564dc

%20.99
%24.69
%54.32

CMYK Percentages of Color #5564dc

%61
%55
%0
%14

Triadic Colors of #5564dc

#5564dc #dc5564 #64dc55

Analogous Colors of #5564dc

#5564dc #8a55dc #55a8dc

Monochromatic Colors of #5564dc

#5564dc

Complementary Color

#5564dc #dccd55

#5564dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5564dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5564dc Color CSS Codes

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

#5564dc Text Font Color

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

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


#5564dc Background Color

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

This div background color is #5564dc


#5564dc Border Color

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

This div border color is #5564dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5564dc


Comments

No comments written yet.

Please login to write comment.