Color Hex Logo

#564edd Color Hex

#564EDD
(86,78,221)
0 Favorites   0 Comments

Color spaces of #564edd

RGB 8678221
HSL0.680.680.59
HSV243°65°87°
CMYK 0.610.650.00   0.13
XYZ19.613312.647769.8141
Yxy12.64770.19210.1239
Hunter Lab35.563636.2063-91.4963
CIE-Lab42.227544.4851-72.0687

#564edd color RGB value is (86,78,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001110 11011101
Octal 126 116 335
Decimal 86 78 221
Hex 56 4E DD

RGB Percentages of Color #564edd

%22.34
%20.26
%57.40

CMYK Percentages of Color #564edd

%61
%65
%0
%13

Triadic Colors of #564edd

#564edd #dd564e #4edd56

Analogous Colors of #564edd

#564edd #9e4edd #4e8edd

Monochromatic Colors of #564edd

#564edd

Complementary Color

#564edd #d5dd4e

#564edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#564edd Color CSS Codes

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

#564edd Text Font Color

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

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


#564edd Background Color

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

This div background color is #564edd


#564edd Border Color

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

This div border color is #564edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564edd


Comments

No comments written yet.

Please login to write comment.