Color Hex Logo

#514886 Color Hex

#514886
(81,72,134)
0 Favorites   0 Comments

Color spaces of #514886

RGB 8172134
HSL0.690.300.40
HSV249°46°53°
CMYK 0.400.460.00   0.47
XYZ10.01388.105323.5909
Yxy8.10530.24010.1943
Hunter Lab28.469812.9624-29.2005
CIE-Lab34.201219.7666-33.5688

#514886 color RGB value is (81,72,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001000 10000110
Octal 121 110 206
Decimal 81 72 134
Hex 51 48 86

RGB Percentages of Color #514886

%28.22
%25.09
%46.69

CMYK Percentages of Color #514886

%40
%46
%0
%47

Triadic Colors of #514886

#514886 #865148 #488651

Analogous Colors of #514886

#514886 #704886 #485e86

Monochromatic Colors of #514886

#514886

Complementary Color

#514886 #7d8648

#514886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514886 Color CSS Codes

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

#514886 Text Font Color

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

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


#514886 Background Color

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

This div background color is #514886


#514886 Border Color

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

This div border color is #514886


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,72,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 #514886">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514886


Comments

No comments written yet.

Please login to write comment.