Color Hex Logo

#561750 Color Hex

#561750
(86,23,80)
0 Favorites   0 Comments

Color spaces of #561750

RGB 862380
HSL0.850.580.21
HSV306°73°34°
CMYK 0.000.730.07   0.66
XYZ5.59213.17047.9066
Yxy3.17040.33550.1902
Hunter Lab17.805624.9006-13.8638
CIE-Lab20.713836.2192-20.1401

#561750 color RGB value is (86,23,80).

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

The process color (four color CMYK) of #561750 color hex is 0.00, 0.73, 0.07, 0.66. Web safe color of #561750 is #660066. Color #561750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010111 01010000
Octal 126 27 120
Decimal 86 23 80
Hex 56 17 50

RGB Percentages of Color #561750

%45.50
%12.17
%42.33

CMYK Percentages of Color #561750

%0
%73
%7
%66

Triadic Colors of #561750

#561750 #505617 #175056

Analogous Colors of #561750

#561750 #561731 #3d1756

Monochromatic Colors of #561750

#561750

Complementary Color

#561750 #17561d

#561750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561750 Color CSS Codes

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

#561750 Text Font Color

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

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


#561750 Background Color

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

This div background color is #561750


#561750 Border Color

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

This div border color is #561750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561750


Comments

No comments written yet.

Please login to write comment.