Color Hex Logo

#511449 Color Hex

#511449
(81,20,73)
0 Favorites   0 Comments

Color spaces of #511449

RGB 812073
HSL0.860.600.20
HSV308°75°32°
CMYK 0.000.750.10   0.68
XYZ4.84612.73076.5750
Yxy2.73070.34240.1930
Hunter Lab16.524823.4288-12.0233
CIE-Lab18.931434.8386-18.2383

#511449 color RGB value is (81,20,73).

#511449 hex color red value is 81, green value is 20 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #511449 hue: 0.86 , saturation: 0.60 and the lightness value of 511449 is 0.20.

The process color (four color CMYK) of #511449 color hex is 0.00, 0.75, 0.10, 0.68. Web safe color of #511449 is #660033. Color #511449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010100 01001001
Octal 121 24 111
Decimal 81 20 73
Hex 51 14 49

RGB Percentages of Color #511449

%46.55
%11.49
%41.95

CMYK Percentages of Color #511449

%0
%75
%10
%68

Triadic Colors of #511449

#511449 #495114 #144951

Analogous Colors of #511449

#511449 #51142a #3b1451

Monochromatic Colors of #511449

#511449

Complementary Color

#511449 #14511c

#511449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511449 Color CSS Codes

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

#511449 Text Font Color

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

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


#511449 Background Color

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

This div background color is #511449


#511449 Border Color

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

This div border color is #511449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511449


Comments

No comments written yet.

Please login to write comment.