Color Hex Logo

#51143c Color Hex

#51143C
(81,20,60)
0 Favorites   0 Comments

Color spaces of #51143c

RGB 812060
HSL0.890.600.20
HSV321°75°32°
CMYK 0.000.750.26   0.68
XYZ4.45912.57594.5371
Yxy2.57590.38530.2226
Hunter Lab16.049621.5062-5.5261
CIE-Lab18.258432.6663-10.2714

#51143c color RGB value is (81,20,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010100 00111100
Octal 121 24 74
Decimal 81 20 60
Hex 51 14 3C

RGB Percentages of Color #51143c

%50.31
%12.42
%37.27

CMYK Percentages of Color #51143c

%0
%75
%26
%68

Triadic Colors of #51143c

#51143c #3c5114 #143c51

Analogous Colors of #51143c

#51143c #51141d #481451

Monochromatic Colors of #51143c

#51143c

Complementary Color

#51143c #145129

#51143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51143c Color CSS Codes

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

#51143c Text Font Color

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

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


#51143c Background Color

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

This div background color is #51143c


#51143c Border Color

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

This div border color is #51143c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51143c


Comments

No comments written yet.

Please login to write comment.