Color Hex Logo

#725979 Color Hex

#725979
(114,89,121)
0 Favorites   0 Comments

Color spaces of #725979

RGB 11489121
HSL0.800.150.41
HSV287°26°47°
CMYK 0.060.260.00   0.53
XYZ13.963012.102619.6893
Yxy12.10260.30520.2645
Hunter Lab34.788810.7633-9.2040
CIE-Lab41.378716.5034-14.1688

#725979 color RGB value is (114,89,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011001 01111001
Octal 162 131 171
Decimal 114 89 121
Hex 72 59 79

RGB Percentages of Color #725979

%35.19
%27.47
%37.35

CMYK Percentages of Color #725979

%6
%26
%0
%53

Triadic Colors of #725979

#725979 #797259 #597972

Analogous Colors of #725979

#725979 #795970 #625979

Monochromatic Colors of #725979

#725979

Complementary Color

#725979 #607959

#725979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725979 Color CSS Codes

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

#725979 Text Font Color

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

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


#725979 Background Color

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

This div background color is #725979


#725979 Border Color

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

This div border color is #725979


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,89,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 #725979">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725979


Comments

No comments written yet.

Please login to write comment.