Color Hex Logo

#564ddc Color Hex

#564DDC
(86,77,220)
0 Favorites   0 Comments

Color spaces of #564ddc

RGB 8677220
HSL0.680.670.58
HSV244°65°86°
CMYK 0.610.650.00   0.14
XYZ19.409912.453569.0909
Yxy12.45350.19230.1234
Hunter Lab35.289536.4217-91.3771
CIE-Lab41.928044.7514-71.9876

#564ddc color RGB value is (86,77,220).

#564ddc hex color red value is 86, green value is 77 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #564ddc hue: 0.68 , saturation: 0.67 and the lightness value of 564ddc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001101 11011100
Octal 126 115 334
Decimal 86 77 220
Hex 56 4D DC

RGB Percentages of Color #564ddc

%22.45
%20.10
%57.44

CMYK Percentages of Color #564ddc

%61
%65
%0
%14

Triadic Colors of #564ddc

#564ddc #dc564d #4ddc56

Analogous Colors of #564ddc

#564ddc #9e4ddc #4d8cdc

Monochromatic Colors of #564ddc

#564ddc

Complementary Color

#564ddc #d3dc4d

#564ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#564ddc Color CSS Codes

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

#564ddc Text Font Color

<p style="color:#564ddc">Text here</p>

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


#564ddc Background Color

<div style="background-color:#564ddc">
Div content here</div>

This div background color is #564ddc


#564ddc Border Color

<div style="border:3px solid #564ddc">
Div here</div>

This div border color is #564ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564ddc


Comments

No comments written yet.

Please login to write comment.