Color Hex Logo

#725179 Color Hex

#725179
(114,81,121)
0 Favorites   0 Comments

Color spaces of #725179

RGB 11481121
HSL0.800.200.40
HSV290°33°47°
CMYK 0.060.330.00   0.53
XYZ13.333110.842719.4793
Yxy10.84270.30540.2484
Hunter Lab32.928314.6526-12.0243
CIE-Lab39.314321.3735-17.3247

#725179 color RGB value is (114,81,121).

#725179 hex color red value is 114, green value is 81 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #725179 hue: 0.80 , saturation: 0.20 and the lightness value of 725179 is 0.40.

The process color (four color CMYK) of #725179 color hex is 0.06, 0.33, 0.00, 0.53. Web safe color of #725179 is #666666. Color #725179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010001 01111001
Octal 162 121 171
Decimal 114 81 121
Hex 72 51 79

RGB Percentages of Color #725179

%36.08
%25.63
%38.29

CMYK Percentages of Color #725179

%6
%33
%0
%53

Triadic Colors of #725179

#725179 #797251 #517972

Analogous Colors of #725179

#725179 #79516c #5e5179

Monochromatic Colors of #725179

#725179

Complementary Color

#725179 #587951

#725179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725179 Color CSS Codes

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

#725179 Text Font Color

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

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


#725179 Background Color

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

This div background color is #725179


#725179 Border Color

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

This div border color is #725179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725179


Comments

No comments written yet.

Please login to write comment.