Color Hex Logo

#72204b Color Hex

#72204B
(114,32,75)
0 Favorites   0 Comments

Color spaces of #72204b

RGB 1143275
HSL0.910.560.29
HSV329°72°45°
CMYK 0.000.720.34   0.55
XYZ8.72595.11847.1847
Yxy5.11840.41490.2434
Hunter Lab22.623929.2546-2.9921
CIE-Lab27.069539.9150-6.5612

#72204b color RGB value is (114,32,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100000 01001011
Octal 162 40 113
Decimal 114 32 75
Hex 72 20 4B

RGB Percentages of Color #72204b

%51.58
%14.48
%33.94

CMYK Percentages of Color #72204b

%0
%72
%34
%55

Triadic Colors of #72204b

#72204b #4b7220 #204b72

Analogous Colors of #72204b

#72204b #722022 #702072

Monochromatic Colors of #72204b

#72204b

Complementary Color

#72204b #207247

#72204b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72204b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72204b Color CSS Codes

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

#72204b Text Font Color

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

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


#72204b Background Color

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

This div background color is #72204b


#72204b Border Color

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

This div border color is #72204b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72204b


Comments

No comments written yet.

Please login to write comment.