Color Hex Logo

#562763 Color Hex

#562763
(86,39,99)
0 Favorites   0 Comments

Color spaces of #562763

RGB 863999
HSL0.800.430.27
HSV287°61°39°
CMYK 0.130.610.00   0.61
XYZ6.81544.330312.2810
Yxy4.33030.29090.1848
Hunter Lab20.809422.0452-20.4244
CIE-Lab24.734632.1441-26.3999

#562763 color RGB value is (86,39,99).

#562763 hex color red value is 86, green value is 39 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #562763 hue: 0.80 , saturation: 0.43 and the lightness value of 562763 is 0.27.

The process color (four color CMYK) of #562763 color hex is 0.13, 0.61, 0.00, 0.61. Web safe color of #562763 is #663366. Color #562763 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100111 01100011
Octal 126 47 143
Decimal 86 39 99
Hex 56 27 63

RGB Percentages of Color #562763

%38.39
%17.41
%44.20

CMYK Percentages of Color #562763

%13
%61
%0
%61

Triadic Colors of #562763

#562763 #635627 #276356

Analogous Colors of #562763

#562763 #632752 #382763

Monochromatic Colors of #562763

#562763

Complementary Color

#562763 #346327

#562763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#562763 Color CSS Codes

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

#562763 Text Font Color

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

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


#562763 Background Color

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

This div background color is #562763


#562763 Border Color

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

This div border color is #562763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562763


Comments

No comments written yet.

Please login to write comment.