Color Hex Logo

#514493 Color Hex

#514493
(81,68,147)
0 Favorites   0 Comments

Color spaces of #514493

RGB 8168147
HSL0.690.370.42
HSV250°54°58°
CMYK 0.450.540.00   0.42
XYZ10.72697.990228.5806
Yxy7.99020.22680.1689
Hunter Lab28.266918.2710-40.1610
CIE-Lab33.962526.2733-41.9140

#514493 color RGB value is (81,68,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000100 10010011
Octal 121 104 223
Decimal 81 68 147
Hex 51 44 93

RGB Percentages of Color #514493

%27.36
%22.97
%49.66

CMYK Percentages of Color #514493

%45
%54
%0
%42

Triadic Colors of #514493

#514493 #935144 #449351

Analogous Colors of #514493

#514493 #794493 #445f93

Monochromatic Colors of #514493

#514493

Complementary Color

#514493 #869344

#514493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514493 Color CSS Codes

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

#514493 Text Font Color

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

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


#514493 Background Color

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

This div background color is #514493


#514493 Border Color

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

This div border color is #514493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514493


Comments

No comments written yet.

Please login to write comment.