Color Hex Logo

#564cb6 Color Hex

#564CB6
(86,76,182)
0 Favorites   0 Comments

Color spaces of #564cb6

RGB 8676182
HSL0.680.420.51
HSV246°58°71°
CMYK 0.530.580.00   0.29
XYZ14.865710.524745.5039
Yxy10.52470.20970.1485
Hunter Lab32.441825.0203-60.4528
CIE-Lab38.768133.3231-55.1015

#564cb6 color RGB value is (86,76,182).

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

The process color (four color CMYK) of #564cb6 color hex is 0.53, 0.58, 0.00, 0.29. Web safe color of #564cb6 is #6633cc. Color #564cb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001100 10110110
Octal 126 114 266
Decimal 86 76 182
Hex 56 4C B6

RGB Percentages of Color #564cb6

%25.00
%22.09
%52.91

CMYK Percentages of Color #564cb6

%53
%58
%0
%29

Triadic Colors of #564cb6

#564cb6 #b6564c #4cb656

Analogous Colors of #564cb6

#564cb6 #8b4cb6 #4c77b6

Monochromatic Colors of #564cb6

#564cb6

Complementary Color

#564cb6 #acb64c

#564cb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564cb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564cb6 Color CSS Codes

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

#564cb6 Text Font Color

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

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


#564cb6 Background Color

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

This div background color is #564cb6


#564cb6 Border Color

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

This div border color is #564cb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564cb6


Comments

No comments written yet.

Please login to write comment.