Color Hex Logo

#561e7d Color Hex

#561E7D
(86,30,125)
0 Favorites   0 Comments

Color spaces of #561e7d

RGB 8630125
HSL0.760.610.30
HSV275°76°49°
CMYK 0.310.760.00   0.51
XYZ8.00374.387619.8271
Yxy4.38760.24840.1362
Hunter Lab20.946631.5483-41.4586
CIE-Lab24.913542.8049-42.8203

#561e7d color RGB value is (86,30,125).

#561e7d hex color red value is 86, green value is 30 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #561e7d hue: 0.76 , saturation: 0.61 and the lightness value of 561e7d is 0.30.

The process color (four color CMYK) of #561e7d color hex is 0.31, 0.76, 0.00, 0.51. Web safe color of #561e7d is #663366. Color #561e7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011110 01111101
Octal 126 36 175
Decimal 86 30 125
Hex 56 1E 7D

RGB Percentages of Color #561e7d

%35.68
%12.45
%51.87

CMYK Percentages of Color #561e7d

%31
%76
%0
%51

Triadic Colors of #561e7d

#561e7d #7d561e #1e7d56

Analogous Colors of #561e7d

#561e7d #7d1e75 #271e7d

Monochromatic Colors of #561e7d

#561e7d

Complementary Color

#561e7d #457d1e

#561e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#561e7d Color CSS Codes

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

#561e7d Text Font Color

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

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


#561e7d Background Color

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

This div background color is #561e7d


#561e7d Border Color

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

This div border color is #561e7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561e7d


Comments

No comments written yet.

Please login to write comment.