Color Hex Logo

#72144a Color Hex

#72144A
(114,20,74)
0 Favorites   0 Comments

Color spaces of #72144a

RGB 1142074
HSL0.900.700.26
HSV326°82°45°
CMYK 0.000.820.35   0.55
XYZ8.42564.57216.9170
Yxy4.57210.42310.2296
Hunter Lab21.382532.9173-4.2120
CIE-Lab25.479244.1520-8.2866

#72144a color RGB value is (114,20,74).

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

The process color (four color CMYK) of #72144a color hex is 0.00, 0.82, 0.35, 0.55. Web safe color of #72144a is #660033. Color #72144a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010100 01001010
Octal 162 24 112
Decimal 114 20 74
Hex 72 14 4A

RGB Percentages of Color #72144a

%54.81
%9.62
%35.58

CMYK Percentages of Color #72144a

%0
%82
%35
%55

Triadic Colors of #72144a

#72144a #4a7214 #144a72

Analogous Colors of #72144a

#72144a #72141b #6b1472

Monochromatic Colors of #72144a

#72144a

Complementary Color

#72144a #14723c

#72144a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72144a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72144a Color CSS Codes

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

#72144a Text Font Color

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

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


#72144a Background Color

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

This div background color is #72144a


#72144a Border Color

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

This div border color is #72144a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72144a


Comments

No comments written yet.

Please login to write comment.