Color Hex Logo

#514894 Color Hex

#514894
(81,72,148)
0 Favorites   0 Comments

Color spaces of #514894

RGB 8172148
HSL0.690.350.43
HSV247°51°58°
CMYK 0.450.510.00   0.42
XYZ11.05608.522229.0792
Yxy8.52220.22720.1751
Hunter Lab29.192816.5147-38.6243
CIE-Lab35.047624.0422-40.7834

#514894 color RGB value is (81,72,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001000 10010100
Octal 121 110 224
Decimal 81 72 148
Hex 51 48 94

RGB Percentages of Color #514894

%26.91
%23.92
%49.17

CMYK Percentages of Color #514894

%45
%51
%0
%42

Triadic Colors of #514894

#514894 #945148 #489451

Analogous Colors of #514894

#514894 #774894 #486594

Monochromatic Colors of #514894

#514894

Complementary Color

#514894 #8b9448

#514894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514894 Color CSS Codes

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

#514894 Text Font Color

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

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


#514894 Background Color

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

This div background color is #514894


#514894 Border Color

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

This div border color is #514894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514894


Comments

No comments written yet.

Please login to write comment.