Color Hex Logo

#72031f Color Hex

#72031F
(114,3,31)
0 Favorites   0 Comments

Color spaces of #72031f

RGB 114331
HSL0.960.950.23
HSV345°97°45°
CMYK 0.000.970.73   0.55
XYZ7.21933.74151.6380
Yxy3.74150.57300.2970
Hunter Lab19.343032.77078.5193
CIE-Lab22.797844.517717.5206

#72031f color RGB value is (114,3,31).

#72031f hex color red value is 114, green value is 3 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #72031f hue: 0.96 , saturation: 0.95 and the lightness value of 72031f is 0.23.

The process color (four color CMYK) of #72031f color hex is 0.00, 0.97, 0.73, 0.55. Web safe color of #72031f is #660033. Color #72031f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000011 00011111
Octal 162 3 37
Decimal 114 3 31
Hex 72 3 1F

RGB Percentages of Color #72031f

%77.03
%2.03
%20.95

CMYK Percentages of Color #72031f

%0
%97
%73
%55

Triadic Colors of #72031f

#72031f #1f7203 #031f72

Analogous Colors of #72031f

#72031f #721f03 #720357

Monochromatic Colors of #72031f

#72031f

Complementary Color

#72031f #037256

#72031f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72031f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72031f Color CSS Codes

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

#72031f Text Font Color

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

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


#72031f Background Color

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

This div background color is #72031f


#72031f Border Color

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

This div border color is #72031f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,3,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72031f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72031f;
  -webkit-box-shadow: 1px 1px 3px 2px #72031f;
  box-shadow:         1px 1px 3px 2px #72031f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72031f


Comments

No comments written yet.

Please login to write comment.