Color Hex Logo

#721249 Color Hex

#721249
(114,18,73)
0 Favorites   0 Comments

Color spaces of #721249

RGB 1141873
HSL0.900.730.26
HSV326°84°45°
CMYK 0.000.840.36   0.55
XYZ8.35834.49116.7297
Yxy4.49110.42690.2294
Hunter Lab21.192233.3148-3.9933
CIE-Lab25.232744.6189-7.9845

#721249 color RGB value is (114,18,73).

#721249 hex color red value is 114, green value is 18 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #721249 hue: 0.90 , saturation: 0.73 and the lightness value of 721249 is 0.26.

The process color (four color CMYK) of #721249 color hex is 0.00, 0.84, 0.36, 0.55. Web safe color of #721249 is #660033. Color #721249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010010 01001001
Octal 162 22 111
Decimal 114 18 73
Hex 72 12 49

RGB Percentages of Color #721249

%55.61
%8.78
%35.61

CMYK Percentages of Color #721249

%0
%84
%36
%55

Triadic Colors of #721249

#721249 #497212 #124972

Analogous Colors of #721249

#721249 #721219 #6b1272

Monochromatic Colors of #721249

#721249

Complementary Color

#721249 #12723b

#721249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721249 Color CSS Codes

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

#721249 Text Font Color

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

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


#721249 Background Color

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

This div background color is #721249


#721249 Border Color

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

This div border color is #721249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721249


Comments

No comments written yet.

Please login to write comment.