Color Hex Logo

#511125 Color Hex

#511125
(81,17,37)
0 Favorites   0 Comments

Color spaces of #511125

RGB 811737
HSL0.950.650.19
HSV341°79°32°
CMYK 0.000.790.54   0.68
XYZ3.92772.28381.9841
Yxy2.28380.47920.2787
Hunter Lab15.112219.94602.7943
CIE-Lab16.911231.00484.1138

#511125 color RGB value is (81,17,37).

#511125 hex color red value is 81, green value is 17 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #511125 hue: 0.95 , saturation: 0.65 and the lightness value of 511125 is 0.19.

The process color (four color CMYK) of #511125 color hex is 0.00, 0.79, 0.54, 0.68. Web safe color of #511125 is #660033. Color #511125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010001 00100101
Octal 121 21 45
Decimal 81 17 37
Hex 51 11 25

RGB Percentages of Color #511125

%60.00
%12.59
%27.41

CMYK Percentages of Color #511125

%0
%79
%54
%68

Triadic Colors of #511125

#511125 #255111 #112551

Analogous Colors of #511125

#511125 #511d11 #511145

Monochromatic Colors of #511125

#511125

Complementary Color

#511125 #11513d

#511125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511125 Color CSS Codes

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

#511125 Text Font Color

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

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


#511125 Background Color

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

This div background color is #511125


#511125 Border Color

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

This div border color is #511125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511125


Comments

No comments written yet.

Please login to write comment.