Color Hex Logo

#514461 Color Hex

#514461
(81,68,97)
0 Favorites   0 Comments

Color spaces of #514461

RGB 816897
HSL0.740.180.32
HSV267°30°38°
CMYK 0.160.300.00   0.62
XYZ7.61816.746612.2100
Yxy6.74660.28670.2539
Hunter Lab25.97426.8982-9.6892
CIE-Lab31.222912.0317-15.0266

#514461 color RGB value is (81,68,97).

#514461 hex color red value is 81, green value is 68 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #514461 hue: 0.74 , saturation: 0.18 and the lightness value of 514461 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000100 01100001
Octal 121 104 141
Decimal 81 68 97
Hex 51 44 61

RGB Percentages of Color #514461

%32.93
%27.64
%39.43

CMYK Percentages of Color #514461

%16
%30
%0
%62

Triadic Colors of #514461

#514461 #615144 #446151

Analogous Colors of #514461

#514461 #604461 #444661

Monochromatic Colors of #514461

#514461

Complementary Color

#514461 #546144

#514461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514461 Color CSS Codes

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

#514461 Text Font Color

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

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


#514461 Background Color

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

This div background color is #514461


#514461 Border Color

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

This div border color is #514461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514461


Comments

No comments written yet.

Please login to write comment.