Color Hex Logo

#514851 Color Hex

#514851
(81,72,81)
0 Favorites   0 Comments

Color spaces of #514851

RGB 817281
HSL0.830.060.30
HSV300°11°32°
CMYK 0.000.110.00   0.68
XYZ7.19596.97818.7522
Yxy6.97810.31390.3044
Hunter Lab26.41612.3963-1.1527
CIE-Lab31.75705.6712-3.9746

#514851 color RGB value is (81,72,81).

#514851 hex color red value is 81, green value is 72 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #514851 hue: 0.83 , saturation: 0.06 and the lightness value of 514851 is 0.30.

The process color (four color CMYK) of #514851 color hex is 0.00, 0.11, 0.00, 0.68. Web safe color of #514851 is #663366. Color #514851 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001000 01010001
Octal 121 110 121
Decimal 81 72 81
Hex 51 48 51

RGB Percentages of Color #514851

%34.62
%30.77
%34.62

CMYK Percentages of Color #514851

%0
%11
%0
%68

Triadic Colors of #514851

#514851 #515148 #485151

Analogous Colors of #514851

#514851 #51484d #4d4851

Monochromatic Colors of #514851

#514851

Complementary Color

#514851 #485148

#514851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514851 Color CSS Codes

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

#514851 Text Font Color

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

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


#514851 Background Color

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

This div background color is #514851


#514851 Border Color

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

This div border color is #514851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514851


Comments

No comments written yet.

Please login to write comment.