Color Hex Logo

#563598 Color Hex

#563598
(86,53,152)
0 Favorites   0 Comments

Color spaces of #563598

RGB 8653152
HSL0.720.480.40
HSV260°65°60°
CMYK 0.430.650.00   0.40
XYZ10.77846.791630.4486
Yxy6.79160.22450.1414
Hunter Lab26.060728.2193-51.0303
CIE-Lab31.327738.0161-49.1879

#563598 color RGB value is (86,53,152).

#563598 hex color red value is 86, green value is 53 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #563598 hue: 0.72 , saturation: 0.48 and the lightness value of 563598 is 0.40.

The process color (four color CMYK) of #563598 color hex is 0.43, 0.65, 0.00, 0.40. Web safe color of #563598 is #663399. Color #563598 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110101 10011000
Octal 126 65 230
Decimal 86 53 152
Hex 56 35 98

RGB Percentages of Color #563598

%29.55
%18.21
%52.23

CMYK Percentages of Color #563598

%43
%65
%0
%40

Triadic Colors of #563598

#563598 #985635 #359856

Analogous Colors of #563598

#563598 #883598 #354698

Monochromatic Colors of #563598

#563598

Complementary Color

#563598 #779835

#563598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563598 Color CSS Codes

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

#563598 Text Font Color

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

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


#563598 Background Color

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

This div background color is #563598


#563598 Border Color

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

This div border color is #563598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563598


Comments

No comments written yet.

Please login to write comment.