Color Hex Logo

#51476c Color Hex

#51476C
(81,71,108)
0 Favorites   0 Comments

Color spaces of #51476c

RGB 8171108
HSL0.710.210.35
HSV256°34°42°
CMYK 0.250.340.00   0.58
XYZ8.35347.338515.1636
Yxy7.33850.27070.2378
Hunter Lab27.08977.6355-14.2252
CIE-Lab32.565412.9691-19.9344

#51476c color RGB value is (81,71,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 01101100
Octal 121 107 154
Decimal 81 71 108
Hex 51 47 6C

RGB Percentages of Color #51476c

%31.15
%27.31
%41.54

CMYK Percentages of Color #51476c

%25
%34
%0
%58

Triadic Colors of #51476c

#51476c #6c5147 #476c51

Analogous Colors of #51476c

#51476c #63476c #47506c

Monochromatic Colors of #51476c

#51476c

Complementary Color

#51476c #626c47

#51476c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51476c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51476c Color CSS Codes

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

#51476c Text Font Color

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

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


#51476c Background Color

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

This div background color is #51476c


#51476c Border Color

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

This div border color is #51476c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51476c


Comments

No comments written yet.

Please login to write comment.