Color Hex Logo

#51456c Color Hex

#51456C
(81,69,108)
0 Favorites   0 Comments

Color spaces of #51456c

RGB 8169108
HSL0.720.220.35
HSV258°36°42°
CMYK 0.250.360.00   0.58
XYZ8.22827.088315.1219
Yxy7.08830.27030.2329
Hunter Lab26.62398.5743-15.0390
CIE-Lab32.007114.2595-20.8019

#51456c color RGB value is (81,69,108).

#51456c hex color red value is 81, green value is 69 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #51456c hue: 0.72 , saturation: 0.22 and the lightness value of 51456c is 0.35.

The process color (four color CMYK) of #51456c color hex is 0.25, 0.36, 0.00, 0.58. Web safe color of #51456c is #663366. Color #51456c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000101 01101100
Octal 121 105 154
Decimal 81 69 108
Hex 51 45 6C

RGB Percentages of Color #51456c

%31.40
%26.74
%41.86

CMYK Percentages of Color #51456c

%25
%36
%0
%58

Triadic Colors of #51456c

#51456c #6c5145 #456c51

Analogous Colors of #51456c

#51456c #65456c #454c6c

Monochromatic Colors of #51456c

#51456c

Complementary Color

#51456c #606c45

#51456c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51456c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51456c Color CSS Codes

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

#51456c Text Font Color

<p style="color:#51456c">Text here</p>

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


#51456c Background Color

<div style="background-color:#51456c">
Div content here</div>

This div background color is #51456c


#51456c Border Color

<div style="border:3px solid #51456c">
Div here</div>

This div border color is #51456c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,69,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51456c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51456c;
  -webkit-box-shadow: 1px 1px 3px 2px #51456c;
  box-shadow:         1px 1px 3px 2px #51456c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51456c


Comments

No comments written yet.

Please login to write comment.