Color Hex Logo

#72120a Color Hex

#72120A
(114,18,10)
0 Favorites   0 Comments

Color spaces of #72120a

RGB 1141810
HSL0.010.840.24
HSV91°45°
CMYK 0.000.840.91   0.55
XYZ7.21054.03190.6854
Yxy4.03190.60450.3380
Hunter Lab20.079628.959312.0319
CIE-Lab23.776640.212431.1906

#72120a color RGB value is (114,18,10).

#72120a hex color red value is 114, green value is 18 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #72120a hue: 0.01 , saturation: 0.84 and the lightness value of 72120a is 0.24.

The process color (four color CMYK) of #72120a color hex is 0.00, 0.84, 0.91, 0.55. Web safe color of #72120a is #660000. Color #72120a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010010 00001010
Octal 162 22 12
Decimal 114 18 10
Hex 72 12 A

RGB Percentages of Color #72120a

%80.28
%12.68
%7.04

CMYK Percentages of Color #72120a

%0
%84
%91
%55

Triadic Colors of #72120a

#72120a #0a7212 #120a72

Analogous Colors of #72120a

#72120a #72460a #720a36

Monochromatic Colors of #72120a

#72120a

Complementary Color

#72120a #0a6a72

#72120a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72120a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72120a Color CSS Codes

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

#72120a Text Font Color

<p style="color:#72120a">Text here</p>

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


#72120a Background Color

<div style="background-color:#72120a">
Div content here</div>

This div background color is #72120a


#72120a Border Color

<div style="border:3px solid #72120a">
Div here</div>

This div border color is #72120a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,18,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72120a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72120a;
  -webkit-box-shadow: 1px 1px 3px 2px #72120a;
  box-shadow:         1px 1px 3px 2px #72120a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72120a


Comments

No comments written yet.

Please login to write comment.