Color Hex Logo

#72213c Color Hex

#72213C
(114,33,60)
0 Favorites   0 Comments

Color spaces of #72213c

RGB 1143360
HSL0.940.550.29
HSV340°71°45°
CMYK 0.000.710.47   0.55
XYZ8.29894.99144.8010
Yxy4.99140.45870.2759
Hunter Lab22.341427.20772.8981
CIE-Lab26.710337.72242.9816

#72213c color RGB value is (114,33,60).

#72213c hex color red value is 114, green value is 33 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #72213c hue: 0.94 , saturation: 0.55 and the lightness value of 72213c is 0.29.

The process color (four color CMYK) of #72213c color hex is 0.00, 0.71, 0.47, 0.55. Web safe color of #72213c is #663333. Color #72213c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100001 00111100
Octal 162 41 74
Decimal 114 33 60
Hex 72 21 3C

RGB Percentages of Color #72213c

%55.07
%15.94
%28.99

CMYK Percentages of Color #72213c

%0
%71
%47
%55

Triadic Colors of #72213c

#72213c #3c7221 #213c72

Analogous Colors of #72213c

#72213c #722f21 #722165

Monochromatic Colors of #72213c

#72213c

Complementary Color

#72213c #217257

#72213c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72213c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72213c Color CSS Codes

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

#72213c Text Font Color

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

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


#72213c Background Color

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

This div background color is #72213c


#72213c Border Color

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

This div border color is #72213c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72213c


Comments

No comments written yet.

Please login to write comment.