Color Hex Logo

#72170b Color Hex

#72170B
(114,23,11)
0 Favorites   0 Comments

Color spaces of #72170b

RGB 1142311
HSL0.020.820.25
HSV90°45°
CMYK 0.000.800.90   0.55
XYZ7.30624.21440.7450
Yxy4.21440.59570.3436
Hunter Lab20.529027.601812.2187
CIE-Lab24.367938.595931.3576

#72170b color RGB value is (114,23,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010111 00001011
Octal 162 27 13
Decimal 114 23 11
Hex 72 17 B

RGB Percentages of Color #72170b

%77.03
%15.54
%7.43

CMYK Percentages of Color #72170b

%0
%80
%90
%55

Triadic Colors of #72170b

#72170b #0b7217 #170b72

Analogous Colors of #72170b

#72170b #724b0b #720b32

Monochromatic Colors of #72170b

#72170b

Complementary Color

#72170b #0b6672

#72170b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72170b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72170b Color CSS Codes

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

#72170b Text Font Color

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

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


#72170b Background Color

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

This div background color is #72170b


#72170b Border Color

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

This div border color is #72170b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72170b


Comments

No comments written yet.

Please login to write comment.