Color Hex Logo

#72112a Color Hex

#72112A
(114,17,42)
0 Favorites   0 Comments

Color spaces of #72112a

RGB 1141742
HSL0.960.740.26
HSV345°85°45°
CMYK 0.000.850.63   0.55
XYZ7.55784.14552.5923
Yxy4.14550.52870.2900
Hunter Lab20.360530.62826.7035
CIE-Lab24.146741.962211.6827

#72112a color RGB value is (114,17,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010001 00101010
Octal 162 21 52
Decimal 114 17 42
Hex 72 11 2A

RGB Percentages of Color #72112a

%65.90
%9.83
%24.28

CMYK Percentages of Color #72112a

%0
%85
%63
%55

Triadic Colors of #72112a

#72112a #2a7211 #112a72

Analogous Colors of #72112a

#72112a #722811 #72115b

Monochromatic Colors of #72112a

#72112a

Complementary Color

#72112a #117259

#72112a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72112a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72112a Color CSS Codes

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

#72112a Text Font Color

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

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


#72112a Background Color

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

This div background color is #72112a


#72112a Border Color

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

This div border color is #72112a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72112a


Comments

No comments written yet.

Please login to write comment.