Color Hex Logo

#514786 Color Hex

#514786
(81,71,134)
0 Favorites   0 Comments

Color spaces of #514786

RGB 8171134
HSL0.690.310.40
HSV250°47°53°
CMYK 0.400.470.00   0.47
XYZ9.94977.977023.5696
Yxy7.97700.23980.1922
Hunter Lab28.243613.4560-29.7077
CIE-Lab33.934920.4094-33.9917

#514786 color RGB value is (81,71,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 10000110
Octal 121 107 206
Decimal 81 71 134
Hex 51 47 86

RGB Percentages of Color #514786

%28.32
%24.83
%46.85

CMYK Percentages of Color #514786

%40
%47
%0
%47

Triadic Colors of #514786

#514786 #865147 #478651

Analogous Colors of #514786

#514786 #714786 #475d86

Monochromatic Colors of #514786

#514786

Complementary Color

#514786 #7c8647

#514786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514786 Color CSS Codes

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

#514786 Text Font Color

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

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


#514786 Background Color

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

This div background color is #514786


#514786 Border Color

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

This div border color is #514786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514786


Comments

No comments written yet.

Please login to write comment.