Color Hex Logo

#563eae Color Hex

#563EAE
(86,62,174)
0 Favorites   0 Comments

Color spaces of #563eae

RGB 8662174
HSL0.700.470.46
HSV253°64°68°
CMYK 0.510.640.00   0.32
XYZ13.20048.479740.9854
Yxy8.47970.21060.1353
Hunter Lab29.119929.9563-63.0649
CIE-Lab34.962639.2660-56.5398

#563eae color RGB value is (86,62,174).

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

The process color (four color CMYK) of #563eae color hex is 0.51, 0.64, 0.00, 0.32. Web safe color of #563eae is #663399. Color #563eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111110 10101110
Octal 126 76 256
Decimal 86 62 174
Hex 56 3E AE

RGB Percentages of Color #563eae

%26.71
%19.25
%54.04

CMYK Percentages of Color #563eae

%51
%64
%0
%32

Triadic Colors of #563eae

#563eae #ae563e #3eae56

Analogous Colors of #563eae

#563eae #8e3eae #3e5eae

Monochromatic Colors of #563eae

#563eae

Complementary Color

#563eae #96ae3e

#563eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#563eae Color CSS Codes

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

#563eae Text Font Color

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

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


#563eae Background Color

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

This div background color is #563eae


#563eae Border Color

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

This div border color is #563eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563eae


Comments

No comments written yet.

Please login to write comment.