Color Hex Logo

#564edc Color Hex

#564EDC
(86,78,220)
0 Favorites   0 Comments

Color spaces of #564edc

RGB 8678220
HSL0.680.670.58
HSV243°65°86°
CMYK 0.610.650.00   0.14
XYZ19.480412.594569.1144
Yxy12.59450.19250.1245
Hunter Lab35.488735.8766-90.6253
CIE-Lab42.145844.1686-71.6316

#564edc color RGB value is (86,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001110 11011100
Octal 126 116 334
Decimal 86 78 220
Hex 56 4E DC

RGB Percentages of Color #564edc

%22.40
%20.31
%57.29

CMYK Percentages of Color #564edc

%61
%65
%0
%14

Triadic Colors of #564edc

#564edc #dc564e #4edc56

Analogous Colors of #564edc

#564edc #9d4edc #4e8ddc

Monochromatic Colors of #564edc

#564edc

Complementary Color

#564edc #d4dc4e

#564edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#564edc Color CSS Codes

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

#564edc Text Font Color

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

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


#564edc Background Color

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

This div background color is #564edc


#564edc Border Color

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

This div border color is #564edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564edc


Comments

No comments written yet.

Please login to write comment.