Color Hex Logo

#564cdd Color Hex

#564CDD
(86,76,221)
0 Favorites   0 Comments

Color spaces of #564cdd

RGB 8676221
HSL0.680.680.58
HSV244°66°87°
CMYK 0.610.660.00   0.13
XYZ19.473312.367869.7675
Yxy12.36780.19170.1217
Hunter Lab35.167937.2959-93.0044
CIE-Lab41.794845.6457-72.7764

#564cdd color RGB value is (86,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001100 11011101
Octal 126 114 335
Decimal 86 76 221
Hex 56 4C DD

RGB Percentages of Color #564cdd

%22.45
%19.84
%57.70

CMYK Percentages of Color #564cdd

%61
%66
%0
%13

Triadic Colors of #564cdd

#564cdd #dd564c #4cdd56

Analogous Colors of #564cdd

#564cdd #9f4cdd #4c8bdd

Monochromatic Colors of #564cdd

#564cdd

Complementary Color

#564cdd #d3dd4c

#564cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#564cdd Color CSS Codes

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

#564cdd Text Font Color

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

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


#564cdd Background Color

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

This div background color is #564cdd


#564cdd Border Color

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

This div border color is #564cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564cdd


Comments

No comments written yet.

Please login to write comment.