Color Hex Logo

#514170 Color Hex

#514170
(81,65,112)
0 Favorites   0 Comments

Color spaces of #514170

RGB 8165112
HSL0.720.270.35
HSV260°42°44°
CMYK 0.280.420.00   0.56
XYZ8.20836.699816.1898
Yxy6.69980.26400.2154
Hunter Lab25.884011.3088-18.9657
CIE-Lab31.113517.9328-24.7254

#514170 color RGB value is (81,65,112).

#514170 hex color red value is 81, green value is 65 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #514170 hue: 0.72 , saturation: 0.27 and the lightness value of 514170 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000001 01110000
Octal 121 101 160
Decimal 81 65 112
Hex 51 41 70

RGB Percentages of Color #514170

%31.40
%25.19
%43.41

CMYK Percentages of Color #514170

%28
%42
%0
%56

Triadic Colors of #514170

#514170 #705141 #417051

Analogous Colors of #514170

#514170 #694170 #414970

Monochromatic Colors of #514170

#514170

Complementary Color

#514170 #607041

#514170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514170 Color CSS Codes

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

#514170 Text Font Color

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

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


#514170 Background Color

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

This div background color is #514170


#514170 Border Color

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

This div border color is #514170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514170


Comments

No comments written yet.

Please login to write comment.