Color Hex Logo

#51134a Color Hex

#51134A
(81,19,74)
0 Favorites   0 Comments

Color spaces of #51134a

RGB 811974
HSL0.850.620.20
HSV307°77°32°
CMYK 0.000.770.09   0.68
XYZ4.86222.70956.7453
Yxy2.70950.33960.1893
Hunter Lab16.460623.9202-12.7738
CIE-Lab18.840835.4343-19.0663

#51134a color RGB value is (81,19,74).

#51134a hex color red value is 81, green value is 19 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #51134a hue: 0.85 , saturation: 0.62 and the lightness value of 51134a is 0.20.

The process color (four color CMYK) of #51134a color hex is 0.00, 0.77, 0.09, 0.68. Web safe color of #51134a is #660033. Color #51134a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010011 01001010
Octal 121 23 112
Decimal 81 19 74
Hex 51 13 4A

RGB Percentages of Color #51134a

%46.55
%10.92
%42.53

CMYK Percentages of Color #51134a

%0
%77
%9
%68

Triadic Colors of #51134a

#51134a #4a5113 #134a51

Analogous Colors of #51134a

#51134a #51132b #391351

Monochromatic Colors of #51134a

#51134a

Complementary Color

#51134a #13511a

#51134a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51134a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51134a Color CSS Codes

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

#51134a Text Font Color

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

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


#51134a Background Color

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

This div background color is #51134a


#51134a Border Color

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

This div border color is #51134a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,19,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51134a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51134a;
  -webkit-box-shadow: 1px 1px 3px 2px #51134a;
  box-shadow:         1px 1px 3px 2px #51134a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51134a


Comments

No comments written yet.

Please login to write comment.