Color Hex Logo

#51050b Color Hex

#51050B
(81,5,11)
0 Favorites   0 Comments

Color spaces of #51050b

RGB 81511
HSL0.990.880.17
HSV355°94°32°
CMYK 0.000.940.86   0.68
XYZ3.50801.88200.4950
Yxy1.88200.59610.3198
Hunter Lab13.718621.63697.4637
CIE-Lab14.855433.475618.5326

#51050b color RGB value is (81,5,11).

#51050b hex color red value is 81, green value is 5 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #51050b hue: 0.99 , saturation: 0.88 and the lightness value of 51050b is 0.17.

The process color (four color CMYK) of #51050b color hex is 0.00, 0.94, 0.86, 0.68. Web safe color of #51050b is #660000. Color #51050b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000101 00001011
Octal 121 5 13
Decimal 81 5 11
Hex 51 5 B

RGB Percentages of Color #51050b

%83.51
%5.15
%11.34

CMYK Percentages of Color #51050b

%0
%94
%86
%68

Triadic Colors of #51050b

#51050b #0b5105 #050b51

Analogous Colors of #51050b

#51050b #512505 #510531

Monochromatic Colors of #51050b

#51050b

Complementary Color

#51050b #05514b

#51050b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51050b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51050b Color CSS Codes

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

#51050b Text Font Color

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

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


#51050b Background Color

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

This div background color is #51050b


#51050b Border Color

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

This div border color is #51050b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51050b


Comments

No comments written yet.

Please login to write comment.