Color Hex Logo

#72142f Color Hex

#72142F
(114,20,47)
0 Favorites   0 Comments

Color spaces of #72142f

RGB 1142047
HSL0.950.700.26
HSV343°82°45°
CMYK 0.000.820.59   0.55
XYZ7.70274.28303.1100
Yxy4.28300.51030.2837
Hunter Lab20.695430.21965.5770
CIE-Lab24.585841.43518.8395

#72142f color RGB value is (114,20,47).

#72142f hex color red value is 114, green value is 20 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #72142f hue: 0.95 , saturation: 0.70 and the lightness value of 72142f is 0.26.

The process color (four color CMYK) of #72142f color hex is 0.00, 0.82, 0.59, 0.55. Web safe color of #72142f is #660033. Color #72142f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010100 00101111
Octal 162 24 57
Decimal 114 20 47
Hex 72 14 2F

RGB Percentages of Color #72142f

%62.98
%11.05
%25.97

CMYK Percentages of Color #72142f

%0
%82
%59
%55

Triadic Colors of #72142f

#72142f #2f7214 #142f72

Analogous Colors of #72142f

#72142f #722814 #72145e

Monochromatic Colors of #72142f

#72142f

Complementary Color

#72142f #147257

#72142f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72142f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72142f Color CSS Codes

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

#72142f Text Font Color

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

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


#72142f Background Color

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

This div background color is #72142f


#72142f Border Color

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

This div border color is #72142f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72142f


Comments

No comments written yet.

Please login to write comment.