Color Hex Logo

#725379 Color Hex

#725379
(114,83,121)
0 Favorites   0 Comments

Color spaces of #725379

RGB 11483121
HSL0.800.190.40
HSV289°31°47°
CMYK 0.060.310.00   0.53
XYZ13.483911.144419.5296
Yxy11.14440.30540.2524
Hunter Lab33.383213.6777-11.3171
CIE-Lab39.822620.1581-16.5451

#725379 color RGB value is (114,83,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 01111001
Octal 162 123 171
Decimal 114 83 121
Hex 72 53 79

RGB Percentages of Color #725379

%35.85
%26.10
%38.05

CMYK Percentages of Color #725379

%6
%31
%0
%53

Triadic Colors of #725379

#725379 #797253 #537972

Analogous Colors of #725379

#725379 #79536d #5f5379

Monochromatic Colors of #725379

#725379

Complementary Color

#725379 #5a7953

#725379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725379 Color CSS Codes

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

#725379 Text Font Color

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

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


#725379 Background Color

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

This div background color is #725379


#725379 Border Color

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

This div border color is #725379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725379


Comments

No comments written yet.

Please login to write comment.