Color Hex Logo

#72112c Color Hex

#72112C
(114,17,44)
0 Favorites   0 Comments

Color spaces of #72112c

RGB 1141744
HSL0.950.740.26
HSV343°85°45°
CMYK 0.000.850.61   0.55
XYZ7.59454.16022.7856
Yxy4.16020.52230.2861
Hunter Lab20.396630.76916.1802
CIE-Lab24.194142.105410.3685

#72112c color RGB value is (114,17,44).

#72112c hex color red value is 114, green value is 17 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #72112c hue: 0.95 , saturation: 0.74 and the lightness value of 72112c is 0.26.

The process color (four color CMYK) of #72112c color hex is 0.00, 0.85, 0.61, 0.55. Web safe color of #72112c is #660033. Color #72112c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010001 00101100
Octal 162 21 54
Decimal 114 17 44
Hex 72 11 2C

RGB Percentages of Color #72112c

%65.14
%9.71
%25.14

CMYK Percentages of Color #72112c

%0
%85
%61
%55

Triadic Colors of #72112c

#72112c #2c7211 #112c72

Analogous Colors of #72112c

#72112c #722711 #72115c

Monochromatic Colors of #72112c

#72112c

Complementary Color

#72112c #117257

#72112c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72112c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72112c Color CSS Codes

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

#72112c Text Font Color

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

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


#72112c Background Color

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

This div background color is #72112c


#72112c Border Color

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

This div border color is #72112c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,17,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72112c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72112c;
  -webkit-box-shadow: 1px 1px 3px 2px #72112c;
  box-shadow:         1px 1px 3px 2px #72112c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72112c


Comments

No comments written yet.

Please login to write comment.