Color Hex Logo

#51465e Color Hex

#51465E
(81,70,94)
0 Favorites   0 Comments

Color spaces of #51465e

RGB 817094
HSL0.740.150.32
HSV268°26°37°
CMYK 0.140.260.00   0.63
XYZ7.60396.937811.5280
Yxy6.93780.29170.2661
Hunter Lab26.33975.4359-7.5114
CIE-Lab31.66499.9927-12.4344

#51465e color RGB value is (81,70,94).

#51465e hex color red value is 81, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #51465e hue: 0.74 , saturation: 0.15 and the lightness value of 51465e is 0.32.

The process color (four color CMYK) of #51465e color hex is 0.14, 0.26, 0.00, 0.63. Web safe color of #51465e is #663366. Color #51465e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 01011110
Octal 121 106 136
Decimal 81 70 94
Hex 51 46 5E

RGB Percentages of Color #51465e

%33.06
%28.57
%38.37

CMYK Percentages of Color #51465e

%14
%26
%0
%63

Triadic Colors of #51465e

#51465e #5e5146 #465e51

Analogous Colors of #51465e

#51465e #5d465e #46475e

Monochromatic Colors of #51465e

#51465e

Complementary Color

#51465e #535e46

#51465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51465e Color CSS Codes

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

#51465e Text Font Color

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

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


#51465e Background Color

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

This div background color is #51465e


#51465e Border Color

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

This div border color is #51465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51465e

#51465e Color Palettes


Comments

No comments written yet.

Please login to write comment.