Color Hex Logo

#51466c Color Hex

#51466C
(81,70,108)
0 Favorites   0 Comments

Color spaces of #51466c

RGB 8170108
HSL0.710.210.35
HSV257°35°42°
CMYK 0.250.350.00   0.58
XYZ8.29037.212415.1425
Yxy7.21240.27050.2354
Hunter Lab26.85598.1043-14.6311
CIE-Lab32.285613.6139-20.3686

#51466c color RGB value is (81,70,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 01101100
Octal 121 106 154
Decimal 81 70 108
Hex 51 46 6C

RGB Percentages of Color #51466c

%31.27
%27.03
%41.70

CMYK Percentages of Color #51466c

%25
%35
%0
%58

Triadic Colors of #51466c

#51466c #6c5146 #466c51

Analogous Colors of #51466c

#51466c #64466c #464e6c

Monochromatic Colors of #51466c

#51466c

Complementary Color

#51466c #616c46

#51466c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51466c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51466c Color CSS Codes

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

#51466c Text Font Color

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

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


#51466c Background Color

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

This div background color is #51466c


#51466c Border Color

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

This div border color is #51466c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,70,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 #51466c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51466c


Comments

No comments written yet.

Please login to write comment.