Color Hex Logo

#72204c Color Hex

#72204C
(114,32,76)
0 Favorites   0 Comments

Color spaces of #72204c

RGB 1143276
HSL0.910.560.29
HSV328°72°45°
CMYK 0.000.720.33   0.55
XYZ8.76045.13227.3664
Yxy5.13220.41210.2414
Hunter Lab22.654429.3805-3.4210
CIE-Lab27.108140.0452-7.1702

#72204c color RGB value is (114,32,76).

#72204c hex color red value is 114, green value is 32 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #72204c hue: 0.91 , saturation: 0.56 and the lightness value of 72204c is 0.29.

The process color (four color CMYK) of #72204c color hex is 0.00, 0.72, 0.33, 0.55. Web safe color of #72204c is #663333. Color #72204c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100000 01001100
Octal 162 40 114
Decimal 114 32 76
Hex 72 20 4C

RGB Percentages of Color #72204c

%51.35
%14.41
%34.23

CMYK Percentages of Color #72204c

%0
%72
%33
%55

Triadic Colors of #72204c

#72204c #4c7220 #204c72

Analogous Colors of #72204c

#72204c #722023 #6f2072

Monochromatic Colors of #72204c

#72204c

Complementary Color

#72204c #207246

#72204c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72204c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72204c Color CSS Codes

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

#72204c Text Font Color

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

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


#72204c Background Color

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

This div background color is #72204c


#72204c Border Color

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

This div border color is #72204c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72204c


Comments

No comments written yet.

Please login to write comment.