Color Hex Logo

#72234c Color Hex

#72234C
(114,35,76)
0 Favorites   0 Comments

Color spaces of #72234c

RGB 1143576
HSL0.910.530.29
HSV329°69°45°
CMYK 0.000.690.33   0.55
XYZ8.84505.30137.3945
Yxy5.30130.41060.2461
Hunter Lab23.024628.2787-2.9242
CIE-Lab27.576538.7512-6.4662

#72234c color RGB value is (114,35,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100011 01001100
Octal 162 43 114
Decimal 114 35 76
Hex 72 23 4C

RGB Percentages of Color #72234c

%50.67
%15.56
%33.78

CMYK Percentages of Color #72234c

%0
%69
%33
%55

Triadic Colors of #72234c

#72234c #4c7223 #234c72

Analogous Colors of #72234c

#72234c #722325 #712372

Monochromatic Colors of #72234c

#72234c

Complementary Color

#72234c #237249

#72234c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72234c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72234c Color CSS Codes

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

#72234c Text Font Color

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

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


#72234c Background Color

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

This div background color is #72234c


#72234c Border Color

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

This div border color is #72234c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,35,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 #72234c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72234c


Comments

No comments written yet.

Please login to write comment.