Color Hex Logo

#563182 Color Hex

#563182
(86,49,130)
0 Favorites   0 Comments

Color spaces of #563182

RGB 8649130
HSL0.740.450.35
HSV267°62°51°
CMYK 0.340.620.00   0.49
XYZ8.96535.786821.7635
Yxy5.78680.24550.1585
Hunter Lab24.055824.4272-36.8012
CIE-Lab28.868134.2065-39.5785

#563182 color RGB value is (86,49,130).

#563182 hex color red value is 86, green value is 49 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #563182 hue: 0.74 , saturation: 0.45 and the lightness value of 563182 is 0.35.

The process color (four color CMYK) of #563182 color hex is 0.34, 0.62, 0.00, 0.49. Web safe color of #563182 is #663399. Color #563182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110001 10000010
Octal 126 61 202
Decimal 86 49 130
Hex 56 31 82

RGB Percentages of Color #563182

%32.45
%18.49
%49.06

CMYK Percentages of Color #563182

%34
%62
%0
%49

Triadic Colors of #563182

#563182 #825631 #318256

Analogous Colors of #563182

#563182 #7f3182 #313482

Monochromatic Colors of #563182

#563182

Complementary Color

#563182 #5d8231

#563182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563182 Color CSS Codes

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

#563182 Text Font Color

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

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


#563182 Background Color

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

This div background color is #563182


#563182 Border Color

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

This div border color is #563182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563182


Comments

No comments written yet.

Please login to write comment.