Color Hex Logo

#563099 Color Hex

#563099
(86,48,153)
0 Favorites   0 Comments

Color spaces of #563099

RGB 8648153
HSL0.730.520.39
HSV262°69°60°
CMYK 0.440.690.00   0.40
XYZ10.64456.392230.8098
Yxy6.39220.22250.1336
Hunter Lab25.282830.9067-54.5533
CIE-Lab30.381141.0897-51.3350

#563099 color RGB value is (86,48,153).

#563099 hex color red value is 86, green value is 48 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #563099 hue: 0.73 , saturation: 0.52 and the lightness value of 563099 is 0.39.

The process color (four color CMYK) of #563099 color hex is 0.44, 0.69, 0.00, 0.40. Web safe color of #563099 is #663399. Color #563099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110000 10011001
Octal 126 60 231
Decimal 86 48 153
Hex 56 30 99

RGB Percentages of Color #563099

%29.97
%16.72
%53.31

CMYK Percentages of Color #563099

%44
%69
%0
%40

Triadic Colors of #563099

#563099 #995630 #309956

Analogous Colors of #563099

#563099 #8b3099 #303f99

Monochromatic Colors of #563099

#563099

Complementary Color

#563099 #739930

#563099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563099 Color CSS Codes

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

#563099 Text Font Color

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

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


#563099 Background Color

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

This div background color is #563099


#563099 Border Color

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

This div border color is #563099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563099


Comments

No comments written yet.

Please login to write comment.