Color Hex Logo

#72170f Color Hex

#72170F
(114,23,15)
0 Favorites   0 Comments

Color spaces of #72170f

RGB 1142315
HSL0.010.770.25
HSV87°45°
CMYK 0.000.800.87   0.55
XYZ7.33214.22470.8809
Yxy4.22470.58950.3397
Hunter Lab20.554127.705311.8468
CIE-Lab24.400838.705229.4705

#72170f color RGB value is (114,23,15).

#72170f hex color red value is 114, green value is 23 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #72170f hue: 0.01 , saturation: 0.77 and the lightness value of 72170f is 0.25.

The process color (four color CMYK) of #72170f color hex is 0.00, 0.80, 0.87, 0.55. Web safe color of #72170f is #660000. Color #72170f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010111 00001111
Octal 162 27 17
Decimal 114 23 15
Hex 72 17 F

RGB Percentages of Color #72170f

%75.00
%15.13
%9.87

CMYK Percentages of Color #72170f

%0
%80
%87
%55

Triadic Colors of #72170f

#72170f #0f7217 #170f72

Analogous Colors of #72170f

#72170f #72490f #720f38

Monochromatic Colors of #72170f

#72170f

Complementary Color

#72170f #0f6a72

#72170f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72170f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72170f Color CSS Codes

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

#72170f Text Font Color

<p style="color:#72170f">Text here</p>

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


#72170f Background Color

<div style="background-color:#72170f">
Div content here</div>

This div background color is #72170f


#72170f Border Color

<div style="border:3px solid #72170f">
Div here</div>

This div border color is #72170f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,23,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72170f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72170f;
  -webkit-box-shadow: 1px 1px 3px 2px #72170f;
  box-shadow:         1px 1px 3px 2px #72170f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72170f


Comments

No comments written yet.

Please login to write comment.