Color Hex Logo

#721504 Color Hex

#721504
(114,21,4)
0 Favorites   0 Comments

Color spaces of #721504

RGB 114214
HSL0.030.930.23
HSV96°45°
CMYK 0.000.820.96   0.55
XYZ7.22954.12250.5295
Yxy4.12250.60850.3470
Hunter Lab20.303928.025512.6666
CIE-Lab24.072439.123433.9304

#721504 color RGB value is (114,21,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010101 00000100
Octal 162 25 4
Decimal 114 21 4
Hex 72 15 4

RGB Percentages of Color #721504

%82.01
%15.11
%2.88

CMYK Percentages of Color #721504

%0
%82
%96
%55

Triadic Colors of #721504

#721504 #047215 #150472

Analogous Colors of #721504

#721504 #724c04 #72042a

Monochromatic Colors of #721504

#721504

Complementary Color

#721504 #046172

#721504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721504 Color CSS Codes

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

#721504 Text Font Color

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

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


#721504 Background Color

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

This div background color is #721504


#721504 Border Color

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

This div border color is #721504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721504


Comments

No comments written yet.

Please login to write comment.