Color Hex Logo

#514671 Color Hex

#514671
(81,70,113)
0 Favorites   0 Comments

Color spaces of #514671

RGB 8170113
HSL0.710.230.36
HSV255°38°44°
CMYK 0.280.380.00   0.56
XYZ8.56417.321916.5847
Yxy7.32190.26370.2255
Hunter Lab27.05909.1415-17.3980
CIE-Lab32.528814.9807-23.1399

#514671 color RGB value is (81,70,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 01110001
Octal 121 106 161
Decimal 81 70 113
Hex 51 46 71

RGB Percentages of Color #514671

%30.68
%26.52
%42.80

CMYK Percentages of Color #514671

%28
%38
%0
%56

Triadic Colors of #514671

#514671 #715146 #467151

Analogous Colors of #514671

#514671 #674671 #465071

Monochromatic Colors of #514671

#514671

Complementary Color

#514671 #667146

#514671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514671 Color CSS Codes

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

#514671 Text Font Color

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

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


#514671 Background Color

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

This div background color is #514671


#514671 Border Color

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

This div border color is #514671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514671

#514671 Color Palettes


Comments

No comments written yet.

Please login to write comment.