Color Hex Logo

#561eaa Color Hex

#561EAA
(86,30,170)
0 Favorites   0 Comments

Color spaces of #561eaa

RGB 8630170
HSL0.730.700.39
HSV264°82°67°
CMYK 0.490.820.00   0.33
XYZ11.55775.809338.5423
Yxy5.80930.20670.1039
Hunter Lab24.102543.4155-77.9389
CIE-Lab28.926254.0651-64.0192

#561eaa color RGB value is (86,30,170).

#561eaa hex color red value is 86, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #561eaa hue: 0.73 , saturation: 0.70 and the lightness value of 561eaa is 0.39.

The process color (four color CMYK) of #561eaa color hex is 0.49, 0.82, 0.00, 0.33. Web safe color of #561eaa is #663399. Color #561eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011110 10101010
Octal 126 36 252
Decimal 86 30 170
Hex 56 1E AA

RGB Percentages of Color #561eaa

%30.07
%10.49
%59.44

CMYK Percentages of Color #561eaa

%49
%82
%0
%33

Triadic Colors of #561eaa

#561eaa #aa561e #1eaa56

Analogous Colors of #561eaa

#561eaa #9c1eaa #1e2caa

Monochromatic Colors of #561eaa

#561eaa

Complementary Color

#561eaa #72aa1e

#561eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#561eaa Color CSS Codes

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

#561eaa Text Font Color

<p style="color:#561eaa">Text here</p>

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


#561eaa Background Color

<div style="background-color:#561eaa">
Div content here</div>

This div background color is #561eaa


#561eaa Border Color

<div style="border:3px solid #561eaa">
Div here</div>

This div border color is #561eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,30,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #561eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #561eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #561eaa;
  box-shadow:         1px 1px 3px 2px #561eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561eaa


Comments

No comments written yet.

Please login to write comment.