Color Hex Logo

#514996 Color Hex

#514996
(81,73,150)
0 Favorites   0 Comments

Color spaces of #514996

RGB 8173150
HSL0.680.350.44
HSV246°51°59°
CMYK 0.460.510.00   0.41
XYZ11.28098.716429.9420
Yxy8.71640.22590.1745
Hunter Lab29.523516.5383-39.4639
CIE-Lab35.432424.0273-41.3813

#514996 color RGB value is (81,73,150).

#514996 hex color red value is 81, green value is 73 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #514996 hue: 0.68 , saturation: 0.35 and the lightness value of 514996 is 0.44.

The process color (four color CMYK) of #514996 color hex is 0.46, 0.51, 0.00, 0.41. Web safe color of #514996 is #663399. Color #514996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001001 10010110
Octal 121 111 226
Decimal 81 73 150
Hex 51 49 96

RGB Percentages of Color #514996

%26.64
%24.01
%49.34

CMYK Percentages of Color #514996

%46
%51
%0
%41

Triadic Colors of #514996

#514996 #965149 #499651

Analogous Colors of #514996

#514996 #784996 #496896

Monochromatic Colors of #514996

#514996

Complementary Color

#514996 #8e9649

#514996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514996 Color CSS Codes

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

#514996 Text Font Color

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

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


#514996 Background Color

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

This div background color is #514996


#514996 Border Color

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

This div border color is #514996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514996


Comments

No comments written yet.

Please login to write comment.