Color Hex Logo

#511160 Color Hex

#511160
(81,17,96)
0 Favorites   0 Comments

Color spaces of #511160

RGB 811796
HSL0.800.700.22
HSV289°82°38°
CMYK 0.160.820.00   0.62
XYZ5.70512.994811.3437
Yxy2.99480.28460.1494
Hunter Lab17.305528.5615-26.7506
CIE-Lab20.023140.4977-31.9996

#511160 color RGB value is (81,17,96).

#511160 hex color red value is 81, green value is 17 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #511160 hue: 0.80 , saturation: 0.70 and the lightness value of 511160 is 0.22.

The process color (four color CMYK) of #511160 color hex is 0.16, 0.82, 0.00, 0.62. Web safe color of #511160 is #660066. Color #511160 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010001 01100000
Octal 121 21 140
Decimal 81 17 96
Hex 51 11 60

RGB Percentages of Color #511160

%41.75
%8.76
%49.48

CMYK Percentages of Color #511160

%16
%82
%0
%62

Triadic Colors of #511160

#511160 #605111 #116051

Analogous Colors of #511160

#511160 #601147 #2a1160

Monochromatic Colors of #511160

#511160

Complementary Color

#511160 #206011

#511160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511160 Color CSS Codes

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

#511160 Text Font Color

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

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


#511160 Background Color

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

This div background color is #511160


#511160 Border Color

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

This div border color is #511160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511160


Comments

No comments written yet.

Please login to write comment.