Color Hex Logo

#725479 Color Hex

#725479
(114,84,121)
0 Favorites   0 Comments

Color spaces of #725479

RGB 11484121
HSL0.800.180.40
HSV289°31°47°
CMYK 0.060.310.00   0.53
XYZ13.560911.298519.5553
Yxy11.29850.30530.2544
Hunter Lab33.613213.1907-10.9641
CIE-Lab40.078719.5496-16.1530

#725479 color RGB value is (114,84,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010100 01111001
Octal 162 124 171
Decimal 114 84 121
Hex 72 54 79

RGB Percentages of Color #725479

%35.74
%26.33
%37.93

CMYK Percentages of Color #725479

%6
%31
%0
%53

Triadic Colors of #725479

#725479 #797254 #547972

Analogous Colors of #725479

#725479 #79546e #605479

Monochromatic Colors of #725479

#725479

Complementary Color

#725479 #5b7954

#725479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725479 Color CSS Codes

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

#725479 Text Font Color

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

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


#725479 Background Color

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

This div background color is #725479


#725479 Border Color

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

This div border color is #725479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725479


Comments

No comments written yet.

Please login to write comment.