Color Hex Logo

#564788 Color Hex

#564788
(86,71,136)
0 Favorites   0 Comments

Color spaces of #564788

RGB 8671136
HSL0.710.310.41
HSV254°48°53°
CMYK 0.370.480.00   0.47
XYZ10.53498.262524.3321
Yxy8.26250.24430.1916
Hunter Lab28.744615.1174-30.0674
CIE-Lab34.523722.4039-34.2579

#564788 color RGB value is (86,71,136).

#564788 hex color red value is 86, green value is 71 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #564788 hue: 0.71 , saturation: 0.31 and the lightness value of 564788 is 0.41.

The process color (four color CMYK) of #564788 color hex is 0.37, 0.48, 0.00, 0.47. Web safe color of #564788 is #663399. Color #564788 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000111 10001000
Octal 126 107 210
Decimal 86 71 136
Hex 56 47 88

RGB Percentages of Color #564788

%29.35
%24.23
%46.42

CMYK Percentages of Color #564788

%37
%48
%0
%47

Triadic Colors of #564788

#564788 #885647 #478856

Analogous Colors of #564788

#564788 #774788 #475988

Monochromatic Colors of #564788

#564788

Complementary Color

#564788 #798847

#564788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564788 Color CSS Codes

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

#564788 Text Font Color

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

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


#564788 Background Color

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

This div background color is #564788


#564788 Border Color

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

This div border color is #564788


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,71,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #564788; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #564788;
  -webkit-box-shadow: 1px 1px 3px 2px #564788;
  box-shadow:         1px 1px 3px 2px #564788; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564788


Comments

No comments written yet.

Please login to write comment.