Color Hex Logo

#511014 Color Hex

#511014
(81,16,20)
0 Favorites   0 Comments

Color spaces of #511014

RGB 811620
HSL0.990.670.19
HSV356°80°32°
CMYK 0.000.800.75   0.68
XYZ3.70492.17040.8855
Yxy2.17040.54800.3210
Hunter Lab14.732319.10806.7489
CIE-Lab16.357230.060315.5364

#511014 color RGB value is (81,16,20).

#511014 hex color red value is 81, green value is 16 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #511014 hue: 0.99 , saturation: 0.67 and the lightness value of 511014 is 0.19.

The process color (four color CMYK) of #511014 color hex is 0.00, 0.80, 0.75, 0.68. Web safe color of #511014 is #660000. Color #511014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010000 00010100
Octal 121 20 24
Decimal 81 16 20
Hex 51 10 14

RGB Percentages of Color #511014

%69.23
%13.68
%17.09

CMYK Percentages of Color #511014

%0
%80
%75
%68

Triadic Colors of #511014

#511014 #145110 #101451

Analogous Colors of #511014

#511014 #512d10 #511035

Monochromatic Colors of #511014

#511014

Complementary Color

#511014 #10514d

#511014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511014 Color CSS Codes

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

#511014 Text Font Color

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

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


#511014 Background Color

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

This div background color is #511014


#511014 Border Color

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

This div border color is #511014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511014


Comments

No comments written yet.

Please login to write comment.