Color Hex Logo

#514176 Color Hex

#514176
(81,65,118)
0 Favorites   0 Comments

Color spaces of #514176

RGB 8165118
HSL0.720.290.36
HSV258°45°46°
CMYK 0.310.450.00   0.54
XYZ8.55376.837918.0086
Yxy6.83790.25610.2047
Hunter Lab26.149412.6276-22.5274
CIE-Lab31.435019.6044-27.9989

#514176 color RGB value is (81,65,118).

#514176 hex color red value is 81, green value is 65 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #514176 hue: 0.72 , saturation: 0.29 and the lightness value of 514176 is 0.36.

The process color (four color CMYK) of #514176 color hex is 0.31, 0.45, 0.00, 0.54. Web safe color of #514176 is #663366. Color #514176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000001 01110110
Octal 121 101 166
Decimal 81 65 118
Hex 51 41 76

RGB Percentages of Color #514176

%30.68
%24.62
%44.70

CMYK Percentages of Color #514176

%31
%45
%0
%54

Triadic Colors of #514176

#514176 #765141 #417651

Analogous Colors of #514176

#514176 #6c4176 #414b76

Monochromatic Colors of #514176

#514176

Complementary Color

#514176 #667641

#514176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514176 Color CSS Codes

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

#514176 Text Font Color

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

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


#514176 Background Color

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

This div background color is #514176


#514176 Border Color

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

This div border color is #514176


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,65,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #514176; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #514176;
  -webkit-box-shadow: 1px 1px 3px 2px #514176;
  box-shadow:         1px 1px 3px 2px #514176; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514176


Comments

No comments written yet.

Please login to write comment.