Color Hex Logo

#514855 Color Hex

#514855
(81,72,85)
0 Favorites   0 Comments

Color spaces of #514855

RGB 817285
HSL0.780.080.31
HSV282°15°33°
CMYK 0.050.150.00   0.67
XYZ7.35047.03999.5658
Yxy7.03990.30680.2939
Hunter Lab26.53283.0175-2.8027
CIE-Lab31.89766.5685-6.3279

#514855 color RGB value is (81,72,85).

#514855 hex color red value is 81, green value is 72 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #514855 hue: 0.78 , saturation: 0.08 and the lightness value of 514855 is 0.31.

The process color (four color CMYK) of #514855 color hex is 0.05, 0.15, 0.00, 0.67. Web safe color of #514855 is #663366. Color #514855 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001000 01010101
Octal 121 110 125
Decimal 81 72 85
Hex 51 48 55

RGB Percentages of Color #514855

%34.03
%30.25
%35.71

CMYK Percentages of Color #514855

%5
%15
%0
%67

Triadic Colors of #514855

#514855 #555148 #485551

Analogous Colors of #514855

#514855 #554853 #4b4855

Monochromatic Colors of #514855

#514855

Complementary Color

#514855 #4c5548

#514855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514855 Color CSS Codes

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

#514855 Text Font Color

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

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


#514855 Background Color

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

This div background color is #514855


#514855 Border Color

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

This div border color is #514855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514855


Comments

No comments written yet.

Please login to write comment.