Color Hex Logo

#721a26 Color Hex

#721A26
(114,26,38)
0 Favorites   0 Comments

Color spaces of #721a26

RGB 1142638
HSL0.980.630.27
HSV352°77°45°
CMYK 0.000.770.67   0.55
XYZ7.65874.45612.2902
Yxy4.45610.53170.3093
Hunter Lab21.109527.81988.3442
CIE-Lab25.125438.696715.6979

#721a26 color RGB value is (114,26,38).

#721a26 hex color red value is 114, green value is 26 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #721a26 hue: 0.98 , saturation: 0.63 and the lightness value of 721a26 is 0.27.

The process color (four color CMYK) of #721a26 color hex is 0.00, 0.77, 0.67, 0.55. Web safe color of #721a26 is #663333. Color #721a26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011010 00100110
Octal 162 32 46
Decimal 114 26 38
Hex 72 1A 26

RGB Percentages of Color #721a26

%64.04
%14.61
%21.35

CMYK Percentages of Color #721a26

%0
%77
%67
%55

Triadic Colors of #721a26

#721a26 #26721a #1a2672

Analogous Colors of #721a26

#721a26 #723a1a #721a52

Monochromatic Colors of #721a26

#721a26

Complementary Color

#721a26 #1a7266

#721a26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721a26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721a26 Color CSS Codes

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

#721a26 Text Font Color

<p style="color:#721a26">Text here</p>

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


#721a26 Background Color

<div style="background-color:#721a26">
Div content here</div>

This div background color is #721a26


#721a26 Border Color

<div style="border:3px solid #721a26">
Div here</div>

This div border color is #721a26


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,26,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #721a26; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #721a26;
  -webkit-box-shadow: 1px 1px 3px 2px #721a26;
  box-shadow:         1px 1px 3px 2px #721a26; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721a26


Comments

No comments written yet.

Please login to write comment.