Color Hex Logo

#514393 Color Hex

#514393
(81,67,147)
0 Favorites   0 Comments

Color spaces of #514393

RGB 8167147
HSL0.700.370.42
HSV251°54°58°
CMYK 0.450.540.00   0.42
XYZ10.66707.870228.5607
Yxy7.87020.22650.1671
Hunter Lab28.053918.7772-40.7234
CIE-Lab33.711126.9062-42.3176

#514393 color RGB value is (81,67,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000011 10010011
Octal 121 103 223
Decimal 81 67 147
Hex 51 43 93

RGB Percentages of Color #514393

%27.46
%22.71
%49.83

CMYK Percentages of Color #514393

%45
%54
%0
%42

Triadic Colors of #514393

#514393 #935143 #439351

Analogous Colors of #514393

#514393 #794393 #435d93

Monochromatic Colors of #514393

#514393

Complementary Color

#514393 #859343

#514393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514393 Color CSS Codes

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

#514393 Text Font Color

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

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


#514393 Background Color

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

This div background color is #514393


#514393 Border Color

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

This div border color is #514393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514393


Comments

No comments written yet.

Please login to write comment.