Color Hex Logo

#721914 Color Hex

#721914
(114,25,20)
0 Favorites   0 Comments

Color spaces of #721914

RGB 1142520
HSL0.010.700.26
HSV82°45°
CMYK 0.000.780.82   0.55
XYZ7.41334.32321.1056
Yxy4.32320.57730.3366
Hunter Lab20.792327.255911.4020
CIE-Lab24.712438.145026.8850

#721914 color RGB value is (114,25,20).

#721914 hex color red value is 114, green value is 25 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #721914 hue: 0.01 , saturation: 0.70 and the lightness value of 721914 is 0.26.

The process color (four color CMYK) of #721914 color hex is 0.00, 0.78, 0.82, 0.55. Web safe color of #721914 is #660000. Color #721914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011001 00010100
Octal 162 31 24
Decimal 114 25 20
Hex 72 19 14

RGB Percentages of Color #721914

%71.70
%15.72
%12.58

CMYK Percentages of Color #721914

%0
%78
%82
%55

Triadic Colors of #721914

#721914 #147219 #191472

Analogous Colors of #721914

#721914 #724814 #72143e

Monochromatic Colors of #721914

#721914

Complementary Color

#721914 #146d72

#721914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721914 Color CSS Codes

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

#721914 Text Font Color

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

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


#721914 Background Color

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

This div background color is #721914


#721914 Border Color

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

This div border color is #721914


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,25,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #721914; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #721914;
  -webkit-box-shadow: 1px 1px 3px 2px #721914;
  box-shadow:         1px 1px 3px 2px #721914; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721914


Comments

No comments written yet.

Please login to write comment.