Color Hex Logo

#72260d Color Hex

#72260D
(114,38,13)
0 Favorites   0 Comments

Color spaces of #72260d

RGB 1143813
HSL0.040.800.25
HSV15°89°45°
CMYK 0.000.670.89   0.55
XYZ7.70524.99270.9383
Yxy4.99270.56510.3661
Hunter Lab22.344422.451113.1513
CIE-Lab26.714032.285432.6376

#72260d color RGB value is (114,38,13).

#72260d hex color red value is 114, green value is 38 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #72260d hue: 0.04 , saturation: 0.80 and the lightness value of 72260d is 0.25.

The process color (four color CMYK) of #72260d color hex is 0.00, 0.67, 0.89, 0.55. Web safe color of #72260d is #663300. Color #72260d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100110 00001101
Octal 162 46 15
Decimal 114 38 13
Hex 72 26 D

RGB Percentages of Color #72260d

%69.09
%23.03
%7.88

CMYK Percentages of Color #72260d

%0
%67
%89
%55

Triadic Colors of #72260d

#72260d #0d7226 #260d72

Analogous Colors of #72260d

#72260d #72580d #720d27

Monochromatic Colors of #72260d

#72260d

Complementary Color

#72260d #0d5972

#72260d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72260d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72260d Color CSS Codes

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

#72260d Text Font Color

<p style="color:#72260d">Text here</p>

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


#72260d Background Color

<div style="background-color:#72260d">
Div content here</div>

This div background color is #72260d


#72260d Border Color

<div style="border:3px solid #72260d">
Div here</div>

This div border color is #72260d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72260d


Comments

No comments written yet.

Please login to write comment.