Color Hex Logo

#721340 Color Hex

#721340
(114,19,64)
2 Favorites   0 Comments

Color spaces of #721340

RGB 1141964
HSL0.920.710.26
HSV332°83°45°
CMYK 0.000.830.44   0.55
XYZ8.09774.41335.2755
Yxy4.41330.45530.2481
Hunter Lab21.007932.0410-0.1834
CIE-Lab24.993343.3159-2.2338

#721340 color RGB value is (114,19,64).

#721340 hex color red value is 114, green value is 19 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #721340 hue: 0.92 , saturation: 0.71 and the lightness value of 721340 is 0.26.

The process color (four color CMYK) of #721340 color hex is 0.00, 0.83, 0.44, 0.55. Web safe color of #721340 is #660033. Color #721340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010011 01000000
Octal 162 23 100
Decimal 114 19 64
Hex 72 13 40

RGB Percentages of Color #721340

%57.87
%9.64
%32.49

CMYK Percentages of Color #721340

%0
%83
%44
%55

Triadic Colors of #721340

#721340 #407213 #134072

Analogous Colors of #721340

#721340 #721613 #721370

Monochromatic Colors of #721340

#721340

Complementary Color

#721340 #137245

#721340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721340 Color CSS Codes

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

#721340 Text Font Color

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

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


#721340 Background Color

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

This div background color is #721340


#721340 Border Color

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

This div border color is #721340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721340


Comments

No comments written yet.

Please login to write comment.