Color Hex Logo

#51144f Color Hex

#51144F
(81,20,79)
0 Favorites   0 Comments

Color spaces of #51144f

RGB 812079
HSL0.840.600.20
HSV302°75°32°
CMYK 0.000.750.02   0.68
XYZ5.05482.81427.6739
Yxy2.81420.32520.1811
Hunter Lab16.775624.4282-15.3790
CIE-Lab19.283935.9435-21.7788

#51144f color RGB value is (81,20,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010100 01001111
Octal 121 24 117
Decimal 81 20 79
Hex 51 14 4F

RGB Percentages of Color #51144f

%45.00
%11.11
%43.89

CMYK Percentages of Color #51144f

%0
%75
%2
%68

Triadic Colors of #51144f

#51144f #4f5114 #144f51

Analogous Colors of #51144f

#51144f #511431 #351451

Monochromatic Colors of #51144f

#51144f

Complementary Color

#51144f #145116

#51144f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51144f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51144f Color CSS Codes

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

#51144f Text Font Color

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

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


#51144f Background Color

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

This div background color is #51144f


#51144f Border Color

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

This div border color is #51144f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51144f


Comments

No comments written yet.

Please login to write comment.