Color Hex Logo

#563cbd Color Hex

#563CBD
(86,60,189)
0 Favorites   0 Comments

Color spaces of #563cbd

RGB 8660189
HSL0.700.520.49
HSV252°68°74°
CMYK 0.540.680.00   0.26
XYZ14.63898.884349.0874
Yxy8.88430.20160.1224
Hunter Lab29.806535.5053-76.7781
CIE-Lab35.760644.9097-64.1134

#563cbd color RGB value is (86,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111100 10111101
Octal 126 74 275
Decimal 86 60 189
Hex 56 3C BD

RGB Percentages of Color #563cbd

%25.67
%17.91
%56.42

CMYK Percentages of Color #563cbd

%54
%68
%0
%26

Triadic Colors of #563cbd

#563cbd #bd563c #3cbd56

Analogous Colors of #563cbd

#563cbd #973cbd #3c62bd

Monochromatic Colors of #563cbd

#563cbd

Complementary Color

#563cbd #a3bd3c

#563cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#563cbd Color CSS Codes

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

#563cbd Text Font Color

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

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


#563cbd Background Color

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

This div background color is #563cbd


#563cbd Border Color

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

This div border color is #563cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,60,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 #563cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563cbd


Comments

No comments written yet.

Please login to write comment.