Color Hex Logo

#721144 Color Hex

#721144
(114,17,68)
0 Favorites   0 Comments

Color spaces of #721144

RGB 1141768
HSL0.910.740.26
HSV328°85°45°
CMYK 0.000.850.40   0.55
XYZ8.18334.39575.8860
Yxy4.39570.44320.2381
Hunter Lab20.965932.9807-1.9690
CIE-Lab24.938744.3236-5.0384

#721144 color RGB value is (114,17,68).

#721144 hex color red value is 114, green value is 17 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #721144 hue: 0.91 , saturation: 0.74 and the lightness value of 721144 is 0.26.

The process color (four color CMYK) of #721144 color hex is 0.00, 0.85, 0.40, 0.55. Web safe color of #721144 is #660033. Color #721144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010001 01000100
Octal 162 21 104
Decimal 114 17 68
Hex 72 11 44

RGB Percentages of Color #721144

%57.29
%8.54
%34.17

CMYK Percentages of Color #721144

%0
%85
%40
%55

Triadic Colors of #721144

#721144 #447211 #114472

Analogous Colors of #721144

#721144 #721114 #701172

Monochromatic Colors of #721144

#721144

Complementary Color

#721144 #11723f

#721144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721144 Color CSS Codes

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

#721144 Text Font Color

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

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


#721144 Background Color

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

This div background color is #721144


#721144 Border Color

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

This div border color is #721144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721144


Comments

No comments written yet.

Please login to write comment.