Color Hex Logo

#563ebf Color Hex

#563EBF
(86,62,191)
0 Favorites   0 Comments

Color spaces of #563ebf

RGB 8662191
HSL0.700.510.50
HSV251°68°75°
CMYK 0.550.680.00   0.25
XYZ14.96439.185350.2744
Yxy9.18530.20110.1234
Hunter Lab30.307335.0972-77.1366
CIE-Lab36.338644.3893-64.3430

#563ebf color RGB value is (86,62,191).

#563ebf hex color red value is 86, green value is 62 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #563ebf hue: 0.70 , saturation: 0.51 and the lightness value of 563ebf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111110 10111111
Octal 126 76 277
Decimal 86 62 191
Hex 56 3E BF

RGB Percentages of Color #563ebf

%25.37
%18.29
%56.34

CMYK Percentages of Color #563ebf

%55
%68
%0
%25

Triadic Colors of #563ebf

#563ebf #bf563e #3ebf56

Analogous Colors of #563ebf

#563ebf #973ebf #3e67bf

Monochromatic Colors of #563ebf

#563ebf

Complementary Color

#563ebf #a7bf3e

#563ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#563ebf Color CSS Codes

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

#563ebf Text Font Color

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

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


#563ebf Background Color

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

This div background color is #563ebf


#563ebf Border Color

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

This div border color is #563ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563ebf


Comments

No comments written yet.

Please login to write comment.