Color Hex Logo

#563abd Color Hex

#563ABD
(86,58,189)
0 Favorites   0 Comments

Color spaces of #563abd

RGB 8658189
HSL0.700.530.48
HSV253°69°74°
CMYK 0.540.690.00   0.26
XYZ14.53618.678749.0531
Yxy8.67870.20110.1201
Hunter Lab29.459636.5219-78.1018
CIE-Lab35.358246.0153-64.7714

#563abd color RGB value is (86,58,189).

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

The process color (four color CMYK) of #563abd color hex is 0.54, 0.69, 0.00, 0.26. Web safe color of #563abd is #6633cc. Color #563abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111010 10111101
Octal 126 72 275
Decimal 86 58 189
Hex 56 3A BD

RGB Percentages of Color #563abd

%25.83
%17.42
%56.76

CMYK Percentages of Color #563abd

%54
%69
%0
%26

Triadic Colors of #563abd

#563abd #bd563a #3abd56

Analogous Colors of #563abd

#563abd #983abd #3a5fbd

Monochromatic Colors of #563abd

#563abd

Complementary Color

#563abd #a1bd3a

#563abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#563abd Color CSS Codes

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

#563abd Text Font Color

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

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


#563abd Background Color

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

This div background color is #563abd


#563abd Border Color

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

This div border color is #563abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563abd


Comments

No comments written yet.

Please login to write comment.