Color Hex Logo

#51152c Color Hex

#51152C
(81,21,44)
0 Favorites   0 Comments

Color spaces of #51152c

RGB 812144
HSL0.940.590.20
HSV337°74°32°
CMYK 0.000.740.46   0.68
XYZ4.11612.46752.6422
Yxy2.46750.44620.2675
Hunter Lab15.708319.28351.0230
CIE-Lab17.771030.01980.3232

#51152c color RGB value is (81,21,44).

#51152c hex color red value is 81, green value is 21 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #51152c hue: 0.94 , saturation: 0.59 and the lightness value of 51152c is 0.20.

The process color (four color CMYK) of #51152c color hex is 0.00, 0.74, 0.46, 0.68. Web safe color of #51152c is #660033. Color #51152c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010101 00101100
Octal 121 25 54
Decimal 81 21 44
Hex 51 15 2C

RGB Percentages of Color #51152c

%55.48
%14.38
%30.14

CMYK Percentages of Color #51152c

%0
%74
%46
%68

Triadic Colors of #51152c

#51152c #2c5115 #152c51

Analogous Colors of #51152c

#51152c #511c15 #51154a

Monochromatic Colors of #51152c

#51152c

Complementary Color

#51152c #15513a

#51152c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51152c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51152c Color CSS Codes

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

#51152c Text Font Color

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

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


#51152c Background Color

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

This div background color is #51152c


#51152c Border Color

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

This div border color is #51152c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51152c


Comments

No comments written yet.

Please login to write comment.