Color Hex Logo

#514670 Color Hex

#514670
(81,70,112)
0 Favorites   0 Comments

Color spaces of #514670

RGB 8170112
HSL0.710.230.36
HSV256°38°44°
CMYK 0.280.380.00   0.56
XYZ8.50817.299516.2898
Yxy7.29950.26510.2274
Hunter Lab27.01768.9306-16.8356
CIE-Lab32.479214.7045-22.5884

#514670 color RGB value is (81,70,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 01110000
Octal 121 106 160
Decimal 81 70 112
Hex 51 46 70

RGB Percentages of Color #514670

%30.80
%26.62
%42.59

CMYK Percentages of Color #514670

%28
%38
%0
%56

Triadic Colors of #514670

#514670 #705146 #467051

Analogous Colors of #514670

#514670 #664670 #465070

Monochromatic Colors of #514670

#514670

Complementary Color

#514670 #657046

#514670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514670 Color CSS Codes

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

#514670 Text Font Color

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

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


#514670 Background Color

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

This div background color is #514670


#514670 Border Color

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

This div border color is #514670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514670


Comments

No comments written yet.

Please login to write comment.