Color Hex Logo

#514778 Color Hex

#514778
(81,71,120)
0 Favorites   0 Comments

Color spaces of #514778

RGB 8171120
HSL0.700.260.37
HSV252°41°47°
CMYK 0.330.410.00   0.53
XYZ9.03677.611918.7622
Yxy7.61190.25520.2150
Hunter Lab27.589710.1838-21.0071
CIE-Lab33.161216.3044-26.5332

#514778 color RGB value is (81,71,120).

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

The process color (four color CMYK) of #514778 color hex is 0.33, 0.41, 0.00, 0.53. Web safe color of #514778 is #663366. Color #514778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 01111000
Octal 121 107 170
Decimal 81 71 120
Hex 51 47 78

RGB Percentages of Color #514778

%29.78
%26.10
%44.12

CMYK Percentages of Color #514778

%33
%41
%0
%53

Triadic Colors of #514778

#514778 #785147 #477851

Analogous Colors of #514778

#514778 #6a4778 #475678

Monochromatic Colors of #514778

#514778

Complementary Color

#514778 #6e7847

#514778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514778 Color CSS Codes

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

#514778 Text Font Color

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

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


#514778 Background Color

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

This div background color is #514778


#514778 Border Color

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

This div border color is #514778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514778


Comments

No comments written yet.

Please login to write comment.