Color Hex Logo

#511061 Color Hex

#511061
(81,16,97)
0 Favorites   0 Comments

Color spaces of #511061

RGB 811697
HSL0.800.720.22
HSV288°84°38°
CMYK 0.160.840.00   0.62
XYZ5.73632.983011.5827
Yxy2.98300.28250.1469
Hunter Lab17.271429.0599-27.6717
CIE-Lab19.975741.0581-32.7377

#511061 color RGB value is (81,16,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010000 01100001
Octal 121 20 141
Decimal 81 16 97
Hex 51 10 61

RGB Percentages of Color #511061

%41.75
%8.25
%50.00

CMYK Percentages of Color #511061

%16
%84
%0
%62

Triadic Colors of #511061

#511061 #615110 #106151

Analogous Colors of #511061

#511061 #611048 #291061

Monochromatic Colors of #511061

#511061

Complementary Color

#511061 #206110

#511061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511061 Color CSS Codes

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

#511061 Text Font Color

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

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


#511061 Background Color

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

This div background color is #511061


#511061 Border Color

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

This div border color is #511061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511061


Comments

No comments written yet.

Please login to write comment.