Color Hex Logo

#72201b Color Hex

#72201B
(114,32,27)
0 Favorites   0 Comments

Color spaces of #72201b

RGB 1143227
HSL0.010.620.28
HSV76°45°
CMYK 0.000.720.76   0.55
XYZ7.65384.68961.5387
Yxy4.68960.55130.3378
Hunter Lab21.655525.191010.9461
CIE-Lab25.831535.606923.7697

#72201b color RGB value is (114,32,27).

#72201b hex color red value is 114, green value is 32 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #72201b hue: 0.01 , saturation: 0.62 and the lightness value of 72201b is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100000 00011011
Octal 162 40 33
Decimal 114 32 27
Hex 72 20 1B

RGB Percentages of Color #72201b

%65.90
%18.50
%15.61

CMYK Percentages of Color #72201b

%0
%72
%76
%55

Triadic Colors of #72201b

#72201b #1b7220 #201b72

Analogous Colors of #72201b

#72201b #724c1b #721b42

Monochromatic Colors of #72201b

#72201b

Complementary Color

#72201b #1b6d72

#72201b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72201b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72201b Color CSS Codes

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

#72201b Text Font Color

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

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


#72201b Background Color

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

This div background color is #72201b


#72201b Border Color

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

This div border color is #72201b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72201b


Comments

No comments written yet.

Please login to write comment.