Color Hex Logo

#514661 Color Hex

#514661
(81,70,97)
0 Favorites   0 Comments

Color spaces of #514661

RGB 817097
HSL0.730.160.33
HSV264°28°38°
CMYK 0.160.280.00   0.62
XYZ7.74126.992712.2510
Yxy6.99270.28690.2591
Hunter Lab26.44375.9780-8.9576
CIE-Lab31.790310.7412-14.1563

#514661 color RGB value is (81,70,97).

#514661 hex color red value is 81, green value is 70 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #514661 hue: 0.73 , saturation: 0.16 and the lightness value of 514661 is 0.33.

The process color (four color CMYK) of #514661 color hex is 0.16, 0.28, 0.00, 0.62. Web safe color of #514661 is #663366. Color #514661 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 01100001
Octal 121 106 141
Decimal 81 70 97
Hex 51 46 61

RGB Percentages of Color #514661

%32.66
%28.23
%39.11

CMYK Percentages of Color #514661

%16
%28
%0
%62

Triadic Colors of #514661

#514661 #615146 #466151

Analogous Colors of #514661

#514661 #5f4661 #464961

Monochromatic Colors of #514661

#514661

Complementary Color

#514661 #566146

#514661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514661 Color CSS Codes

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

#514661 Text Font Color

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

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


#514661 Background Color

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

This div background color is #514661


#514661 Border Color

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

This div border color is #514661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514661


Comments

No comments written yet.

Please login to write comment.