Color Hex Logo

#51144d Color Hex

#51144D
(81,20,77)
0 Favorites   0 Comments

Color spaces of #51144d

RGB 812077
HSL0.840.600.20
HSV304°75°32°
CMYK 0.000.750.05   0.68
XYZ4.98302.78557.2962
Yxy2.78550.33080.1849
Hunter Lab16.689824.0867-14.2366
CIE-Lab19.163535.5677-20.6081

#51144d color RGB value is (81,20,77).

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

The process color (four color CMYK) of #51144d color hex is 0.00, 0.75, 0.05, 0.68. Web safe color of #51144d is #660066. Color #51144d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010100 01001101
Octal 121 24 115
Decimal 81 20 77
Hex 51 14 4D

RGB Percentages of Color #51144d

%45.51
%11.24
%43.26

CMYK Percentages of Color #51144d

%0
%75
%5
%68

Triadic Colors of #51144d

#51144d #4d5114 #144d51

Analogous Colors of #51144d

#51144d #51142e #371451

Monochromatic Colors of #51144d

#51144d

Complementary Color

#51144d #145118

#51144d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51144d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51144d Color CSS Codes

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

#51144d Text Font Color

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

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


#51144d Background Color

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

This div background color is #51144d


#51144d Border Color

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

This div border color is #51144d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51144d


Comments

No comments written yet.

Please login to write comment.