Color Hex Logo

#720604 Color Hex

#720604
(114,6,4)
0 Favorites   0 Comments

Color spaces of #720604

RGB 11464
HSL0.000.930.23
HSV96°45°
CMYK 0.000.950.96   0.55
XYZ7.02653.71640.4619
Yxy3.71640.62710.3317
Hunter Lab19.278031.323912.0740
CIE-Lab22.710842.990532.5498

#720604 color RGB value is (114,6,4).

#720604 hex color red value is 114, green value is 6 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #720604 hue: 0.00 , saturation: 0.93 and the lightness value of 720604 is 0.23.

The process color (four color CMYK) of #720604 color hex is 0.00, 0.95, 0.96, 0.55. Web safe color of #720604 is #660000. Color #720604 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000110 00000100
Octal 162 6 4
Decimal 114 6 4
Hex 72 6 4

RGB Percentages of Color #720604

%91.94
%4.84
%3.23

CMYK Percentages of Color #720604

%0
%95
%96
%55

Triadic Colors of #720604

#720604 #047206 #060472

Analogous Colors of #720604

#720604 #723d04 #720439

Monochromatic Colors of #720604

#720604

Complementary Color

#720604 #047072

#720604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720604 Color CSS Codes

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

#720604 Text Font Color

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

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


#720604 Background Color

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

This div background color is #720604


#720604 Border Color

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

This div border color is #720604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720604


Comments

No comments written yet.

Please login to write comment.