Color Hex Logo

#514589 Color Hex

#514589
(81,69,137)
0 Favorites   0 Comments

Color spaces of #514589

RGB 8169137
HSL0.700.330.40
HSV251°50°54°
CMYK 0.410.500.00   0.46
XYZ10.03687.811724.6457
Yxy7.81170.23620.1838
Hunter Lab27.949415.1889-32.7171
CIE-Lab33.587622.5922-36.3910

#514589 color RGB value is (81,69,137).

#514589 hex color red value is 81, green value is 69 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #514589 hue: 0.70 , saturation: 0.33 and the lightness value of 514589 is 0.40.

The process color (four color CMYK) of #514589 color hex is 0.41, 0.50, 0.00, 0.46. Web safe color of #514589 is #663399. Color #514589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000101 10001001
Octal 121 105 211
Decimal 81 69 137
Hex 51 45 89

RGB Percentages of Color #514589

%28.22
%24.04
%47.74

CMYK Percentages of Color #514589

%41
%50
%0
%46

Triadic Colors of #514589

#514589 #895145 #458951

Analogous Colors of #514589

#514589 #734589 #455b89

Monochromatic Colors of #514589

#514589

Complementary Color

#514589 #7d8945

#514589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514589 Color CSS Codes

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

#514589 Text Font Color

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

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


#514589 Background Color

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

This div background color is #514589


#514589 Border Color

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

This div border color is #514589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514589


Comments

No comments written yet.

Please login to write comment.