Color Hex Logo

#514770 Color Hex

#514770
(81,71,112)
0 Favorites   0 Comments

Color spaces of #514770

RGB 8171112
HSL0.710.220.36
HSV255°37°44°
CMYK 0.280.370.00   0.56
XYZ8.57127.425716.3108
Yxy7.42570.26530.2298
Hunter Lab27.25018.4573-16.4134
CIE-Lab32.757014.0588-22.1551

#514770 color RGB value is (81,71,112).

#514770 hex color red value is 81, green value is 71 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #514770 hue: 0.71 , saturation: 0.22 and the lightness value of 514770 is 0.36.

The process color (four color CMYK) of #514770 color hex is 0.28, 0.37, 0.00, 0.56. Web safe color of #514770 is #663366. Color #514770 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 01110000
Octal 121 107 160
Decimal 81 71 112
Hex 51 47 70

RGB Percentages of Color #514770

%30.68
%26.89
%42.42

CMYK Percentages of Color #514770

%28
%37
%0
%56

Triadic Colors of #514770

#514770 #705147 #477051

Analogous Colors of #514770

#514770 #664770 #475170

Monochromatic Colors of #514770

#514770

Complementary Color

#514770 #667047

#514770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514770 Color CSS Codes

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

#514770 Text Font Color

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

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


#514770 Background Color

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

This div background color is #514770


#514770 Border Color

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

This div border color is #514770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514770


Comments

No comments written yet.

Please login to write comment.