Color Hex Logo

#51446f Color Hex

#51446F
(81,68,111)
0 Favorites   0 Comments

Color spaces of #51446f

RGB 8168111
HSL0.720.240.35
HSV258°39°44°
CMYK 0.270.390.00   0.56
XYZ8.32977.031315.9571
Yxy7.03130.26600.2245
Hunter Lab26.51669.6684-17.1178
CIE-Lab31.878115.7214-22.8971

#51446f color RGB value is (81,68,111).

#51446f hex color red value is 81, green value is 68 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #51446f hue: 0.72 , saturation: 0.24 and the lightness value of 51446f is 0.35.

The process color (four color CMYK) of #51446f color hex is 0.27, 0.39, 0.00, 0.56. Web safe color of #51446f is #663366. Color #51446f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000100 01101111
Octal 121 104 157
Decimal 81 68 111
Hex 51 44 6F

RGB Percentages of Color #51446f

%31.15
%26.15
%42.69

CMYK Percentages of Color #51446f

%27
%39
%0
%56

Triadic Colors of #51446f

#51446f #6f5144 #446f51

Analogous Colors of #51446f

#51446f #67446f #444d6f

Monochromatic Colors of #51446f

#51446f

Complementary Color

#51446f #626f44

#51446f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51446f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51446f Color CSS Codes

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

#51446f Text Font Color

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

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


#51446f Background Color

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

This div background color is #51446f


#51446f Border Color

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

This div border color is #51446f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51446f


Comments

No comments written yet.

Please login to write comment.