Color Hex Logo

#514799 Color Hex

#514799
(81,71,153)
0 Favorites   0 Comments

Color spaces of #514799

RGB 8171153
HSL0.690.370.44
HSV247°54°60°
CMYK 0.470.540.00   0.40
XYZ11.39638.555731.1878
Yxy8.55570.22280.1673
Hunter Lab29.250118.3586-42.7426
CIE-Lab35.114426.2332-43.7090

#514799 color RGB value is (81,71,153).

#514799 hex color red value is 81, green value is 71 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #514799 hue: 0.69 , saturation: 0.37 and the lightness value of 514799 is 0.44.

The process color (four color CMYK) of #514799 color hex is 0.47, 0.54, 0.00, 0.40. Web safe color of #514799 is #663399. Color #514799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 10011001
Octal 121 107 231
Decimal 81 71 153
Hex 51 47 99

RGB Percentages of Color #514799

%26.56
%23.28
%50.16

CMYK Percentages of Color #514799

%47
%54
%0
%40

Triadic Colors of #514799

#514799 #995147 #479951

Analogous Colors of #514799

#514799 #7a4799 #476699

Monochromatic Colors of #514799

#514799

Complementary Color

#514799 #8f9947

#514799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514799 Color CSS Codes

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

#514799 Text Font Color

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

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


#514799 Background Color

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

This div background color is #514799


#514799 Border Color

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

This div border color is #514799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514799


Comments

No comments written yet.

Please login to write comment.