Color Hex Logo

#721759 Color Hex

#721759
(114,23,89)
0 Favorites   0 Comments

Color spaces of #721759

RGB 1142389
HSL0.880.660.27
HSV316°80°45°
CMYK 0.000.800.22   0.55
XYZ9.04904.91159.9223
Yxy4.91150.37890.2057
Hunter Lab22.161934.1006-11.0319
CIE-Lab26.481145.2012-16.7577

#721759 color RGB value is (114,23,89).

#721759 hex color red value is 114, green value is 23 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #721759 hue: 0.88 , saturation: 0.66 and the lightness value of 721759 is 0.27.

The process color (four color CMYK) of #721759 color hex is 0.00, 0.80, 0.22, 0.55. Web safe color of #721759 is #660066. Color #721759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010111 01011001
Octal 162 27 131
Decimal 114 23 89
Hex 72 17 59

RGB Percentages of Color #721759

%50.44
%10.18
%39.38

CMYK Percentages of Color #721759

%0
%80
%22
%55

Triadic Colors of #721759

#721759 #597217 #175972

Analogous Colors of #721759

#721759 #72172c #5d1772

Monochromatic Colors of #721759

#721759

Complementary Color

#721759 #177230

#721759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721759 Color CSS Codes

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

#721759 Text Font Color

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

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


#721759 Background Color

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

This div background color is #721759


#721759 Border Color

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

This div border color is #721759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721759


Comments

No comments written yet.

Please login to write comment.