Color Hex Logo

#720814 Color Hex

#720814
(114,8,20)
0 Favorites   0 Comments

Color spaces of #720814

RGB 114820
HSL0.980.870.24
HSV353°93°45°
CMYK 0.000.930.82   0.55
XYZ7.15253.80161.0186
Yxy3.80160.59740.3175
Hunter Lab19.497731.359710.5510
CIE-Lab23.004442.971925.1073

#720814 color RGB value is (114,8,20).

#720814 hex color red value is 114, green value is 8 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #720814 hue: 0.98 , saturation: 0.87 and the lightness value of 720814 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001000 00010100
Octal 162 10 24
Decimal 114 8 20
Hex 72 8 14

RGB Percentages of Color #720814

%80.28
%5.63
%14.08

CMYK Percentages of Color #720814

%0
%93
%82
%55

Triadic Colors of #720814

#720814 #147208 #081472

Analogous Colors of #720814

#720814 #723108 #720849

Monochromatic Colors of #720814

#720814

Complementary Color

#720814 #087266

#720814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720814 Color CSS Codes

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

#720814 Text Font Color

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

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


#720814 Background Color

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

This div background color is #720814


#720814 Border Color

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

This div border color is #720814


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,8,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 #720814">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720814

#720814 Color Palettes


Comments

No comments written yet.

Please login to write comment.