Color Hex Logo

#563dac Color Hex

#563DAC
(86,61,172)
0 Favorites   0 Comments

Color spaces of #563dac

RGB 8661172
HSL0.700.480.46
HSV254°65°67°
CMYK 0.500.650.00   0.33
XYZ12.95298.294539.9480
Yxy8.29450.21170.1355
Hunter Lab28.800229.8802-62.0796
CIE-Lab34.588839.2485-55.9554

#563dac color RGB value is (86,61,172).

#563dac hex color red value is 86, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #563dac hue: 0.70 , saturation: 0.48 and the lightness value of 563dac is 0.46.

The process color (four color CMYK) of #563dac color hex is 0.50, 0.65, 0.00, 0.33. Web safe color of #563dac is #663399. Color #563dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111101 10101100
Octal 126 75 254
Decimal 86 61 172
Hex 56 3D AC

RGB Percentages of Color #563dac

%26.96
%19.12
%53.92

CMYK Percentages of Color #563dac

%50
%65
%0
%33

Triadic Colors of #563dac

#563dac #ac563d #3dac56

Analogous Colors of #563dac

#563dac #8e3dac #3d5bac

Monochromatic Colors of #563dac

#563dac

Complementary Color

#563dac #93ac3d

#563dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#563dac Color CSS Codes

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

#563dac Text Font Color

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

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


#563dac Background Color

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

This div background color is #563dac


#563dac Border Color

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

This div border color is #563dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,61,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #563dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #563dac;
  -webkit-box-shadow: 1px 1px 3px 2px #563dac;
  box-shadow:         1px 1px 3px 2px #563dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563dac


Comments

No comments written yet.

Please login to write comment.