Color Hex Logo

#514179 Color Hex

#514179
(81,65,121)
0 Favorites   0 Comments

Color spaces of #514179

RGB 8165121
HSL0.710.300.36
HSV257°46°47°
CMYK 0.330.460.00   0.53
XYZ8.73486.910418.9626
Yxy6.91040.25240.1997
Hunter Lab26.287613.3082-24.3675
CIE-Lab31.602120.4546-29.6162

#514179 color RGB value is (81,65,121).

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

The process color (four color CMYK) of #514179 color hex is 0.33, 0.46, 0.00, 0.53. Web safe color of #514179 is #663366. Color #514179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000001 01111001
Octal 121 101 171
Decimal 81 65 121
Hex 51 41 79

RGB Percentages of Color #514179

%30.34
%24.34
%45.32

CMYK Percentages of Color #514179

%33
%46
%0
%53

Triadic Colors of #514179

#514179 #795141 #417951

Analogous Colors of #514179

#514179 #6d4179 #414d79

Monochromatic Colors of #514179

#514179

Complementary Color

#514179 #697941

#514179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514179 Color CSS Codes

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

#514179 Text Font Color

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

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


#514179 Background Color

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

This div background color is #514179


#514179 Border Color

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

This div border color is #514179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514179


Comments

No comments written yet.

Please login to write comment.