Color Hex Logo

#563471 Color Hex

#563471
(86,52,113)
0 Favorites   0 Comments

Color spaces of #563471

RGB 8652113
HSL0.760.370.32
HSV273°54°44°
CMYK 0.240.540.00   0.56
XYZ8.04645.626716.2847
Yxy5.62670.26860.1878
Hunter Lab23.720719.0387-24.0993
CIE-Lab28.450427.9488-29.5235

#563471 color RGB value is (86,52,113).

#563471 hex color red value is 86, green value is 52 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #563471 hue: 0.76 , saturation: 0.37 and the lightness value of 563471 is 0.32.

The process color (four color CMYK) of #563471 color hex is 0.24, 0.54, 0.00, 0.56. Web safe color of #563471 is #663366. Color #563471 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110100 01110001
Octal 126 64 161
Decimal 86 52 113
Hex 56 34 71

RGB Percentages of Color #563471

%34.26
%20.72
%45.02

CMYK Percentages of Color #563471

%24
%54
%0
%56

Triadic Colors of #563471

#563471 #715634 #347156

Analogous Colors of #563471

#563471 #71346e #383471

Monochromatic Colors of #563471

#563471

Complementary Color

#563471 #4f7134

#563471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563471 Color CSS Codes

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

#563471 Text Font Color

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

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


#563471 Background Color

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

This div background color is #563471


#563471 Border Color

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

This div border color is #563471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563471


Comments

No comments written yet.

Please login to write comment.