Color Hex Logo

#51154e Color Hex

#51154E
(81,21,78)
0 Favorites   0 Comments

Color spaces of #51154e

RGB 812178
HSL0.840.590.20
HSV303°74°32°
CMYK 0.000.740.04   0.68
XYZ5.03672.83577.4896
Yxy2.83570.32790.1846
Hunter Lab16.839523.9201-14.5823
CIE-Lab19.373535.3325-20.9575

#51154e color RGB value is (81,21,78).

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

The process color (four color CMYK) of #51154e color hex is 0.00, 0.74, 0.04, 0.68. Web safe color of #51154e is #660066. Color #51154e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010101 01001110
Octal 121 25 116
Decimal 81 21 78
Hex 51 15 4E

RGB Percentages of Color #51154e

%45.00
%11.67
%43.33

CMYK Percentages of Color #51154e

%0
%74
%4
%68

Triadic Colors of #51154e

#51154e #4e5115 #154e51

Analogous Colors of #51154e

#51154e #511530 #361551

Monochromatic Colors of #51154e

#51154e

Complementary Color

#51154e #155118

#51154e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51154e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51154e Color CSS Codes

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

#51154e Text Font Color

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

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


#51154e Background Color

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

This div background color is #51154e


#51154e Border Color

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

This div border color is #51154e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51154e


Comments

No comments written yet.

Please login to write comment.