Color Hex Logo

#564cca Color Hex

#564CCA
(86,76,202)
0 Favorites   0 Comments

Color spaces of #564cca

RGB 8676202
HSL0.680.540.55
HSV245°62°79°
CMYK 0.570.620.00   0.21
XYZ17.082911.411657.1794
Yxy11.41160.19940.1332
Hunter Lab33.781131.1496-76.7103
CIE-Lab40.265239.6476-64.3487

#564cca color RGB value is (86,76,202).

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

The process color (four color CMYK) of #564cca color hex is 0.57, 0.62, 0.00, 0.21. Web safe color of #564cca is #6633cc. Color #564cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001100 11001010
Octal 126 114 312
Decimal 86 76 202
Hex 56 4C CA

RGB Percentages of Color #564cca

%23.63
%20.88
%55.49

CMYK Percentages of Color #564cca

%57
%62
%0
%21

Triadic Colors of #564cca

#564cca #ca564c #4cca56

Analogous Colors of #564cca

#564cca #954cca #4c81ca

Monochromatic Colors of #564cca

#564cca

Complementary Color

#564cca #c0ca4c

#564cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#564cca Color CSS Codes

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

#564cca Text Font Color

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

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


#564cca Background Color

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

This div background color is #564cca


#564cca Border Color

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

This div border color is #564cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564cca


Comments

No comments written yet.

Please login to write comment.