Color Hex Logo

#561451 Color Hex

#561451
(86,20,81)
0 Favorites   0 Comments

Color spaces of #561451

RGB 862081
HSL0.850.620.21
HSV305°77°34°
CMYK 0.000.770.06   0.66
XYZ5.57313.07288.0840
Yxy3.07280.33310.1837
Hunter Lab17.529426.0738-15.0721
CIE-Lab20.333137.6395-21.4159

#561451 color RGB value is (86,20,81).

#561451 hex color red value is 86, green value is 20 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #561451 hue: 0.85 , saturation: 0.62 and the lightness value of 561451 is 0.21.

The process color (four color CMYK) of #561451 color hex is 0.00, 0.77, 0.06, 0.66. Web safe color of #561451 is #660066. Color #561451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010100 01010001
Octal 126 24 121
Decimal 86 20 81
Hex 56 14 51

RGB Percentages of Color #561451

%45.99
%10.70
%43.32

CMYK Percentages of Color #561451

%0
%77
%6
%66

Triadic Colors of #561451

#561451 #515614 #145156

Analogous Colors of #561451

#561451 #561430 #3a1456

Monochromatic Colors of #561451

#561451

Complementary Color

#561451 #145619

#561451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561451 Color CSS Codes

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

#561451 Text Font Color

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

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


#561451 Background Color

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

This div background color is #561451


#561451 Border Color

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

This div border color is #561451


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,20,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #561451; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #561451;
  -webkit-box-shadow: 1px 1px 3px 2px #561451;
  box-shadow:         1px 1px 3px 2px #561451; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561451


Comments

No comments written yet.

Please login to write comment.