Color Hex Logo

#72212b Color Hex

#72212B
(114,33,43)
0 Favorites   0 Comments

Color spaces of #72212b

RGB 1143343
HSL0.980.550.29
HSV353°71°45°
CMYK 0.000.710.62   0.55
XYZ7.91934.83952.8022
Yxy4.83950.50890.3110
Hunter Lab21.998925.75967.8469
CIE-Lab26.272536.174213.8350

#72212b color RGB value is (114,33,43).

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

The process color (four color CMYK) of #72212b color hex is 0.00, 0.71, 0.62, 0.55. Web safe color of #72212b is #663333. Color #72212b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100001 00101011
Octal 162 41 53
Decimal 114 33 43
Hex 72 21 2B

RGB Percentages of Color #72212b

%60.00
%17.37
%22.63

CMYK Percentages of Color #72212b

%0
%71
%62
%55

Triadic Colors of #72212b

#72212b #2b7221 #212b72

Analogous Colors of #72212b

#72212b #724021 #722153

Monochromatic Colors of #72212b

#72212b

Complementary Color

#72212b #217268

#72212b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72212b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72212b Color CSS Codes

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

#72212b Text Font Color

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

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


#72212b Background Color

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

This div background color is #72212b


#72212b Border Color

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

This div border color is #72212b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72212b


Comments

No comments written yet.

Please login to write comment.