Color Hex Logo

#514494 Color Hex

#514494
(81,68,148)
0 Favorites   0 Comments

Color spaces of #514494

RGB 8168148
HSL0.690.370.42
HSV250°54°58°
CMYK 0.450.540.00   0.42
XYZ10.80588.021728.9958
Yxy8.02170.22600.1677
Hunter Lab28.322618.5378-40.8734
CIE-Lab34.028026.5816-42.4180

#514494 color RGB value is (81,68,148).

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

The process color (four color CMYK) of #514494 color hex is 0.45, 0.54, 0.00, 0.42. Web safe color of #514494 is #663399. Color #514494 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000100 10010100
Octal 121 104 224
Decimal 81 68 148
Hex 51 44 94

RGB Percentages of Color #514494

%27.27
%22.90
%49.83

CMYK Percentages of Color #514494

%45
%54
%0
%42

Triadic Colors of #514494

#514494 #945144 #449451

Analogous Colors of #514494

#514494 #794494 #445f94

Monochromatic Colors of #514494

#514494

Complementary Color

#514494 #879444

#514494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514494 Color CSS Codes

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

#514494 Text Font Color

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

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


#514494 Background Color

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

This div background color is #514494


#514494 Border Color

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

This div border color is #514494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514494


Comments

No comments written yet.

Please login to write comment.