Color Hex Logo

#725260 Color Hex

#725260
(114,82,96)
0 Favorites   0 Comments

Color spaces of #725260

RGB 1148296
HSL0.930.160.38
HSV334°28°45°
CMYK 0.000.280.16   0.55
XYZ12.068010.456512.4486
Yxy10.45650.34510.2990
Hunter Lab32.336510.0274-0.1893
CIE-Lab38.649615.7472-2.8463

#725260 color RGB value is (114,82,96).

#725260 hex color red value is 114, green value is 82 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #725260 hue: 0.93 , saturation: 0.16 and the lightness value of 725260 is 0.38.

The process color (four color CMYK) of #725260 color hex is 0.00, 0.28, 0.16, 0.55. Web safe color of #725260 is #666666. Color #725260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010010 01100000
Octal 162 122 140
Decimal 114 82 96
Hex 72 52 60

RGB Percentages of Color #725260

%39.04
%28.08
%32.88

CMYK Percentages of Color #725260

%0
%28
%16
%55

Triadic Colors of #725260

#725260 #607252 #526072

Analogous Colors of #725260

#725260 #725452 #725270

Monochromatic Colors of #725260

#725260

Complementary Color

#725260 #527264

#725260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725260 Color CSS Codes

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

#725260 Text Font Color

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

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


#725260 Background Color

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

This div background color is #725260


#725260 Border Color

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

This div border color is #725260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725260


Comments

No comments written yet.

Please login to write comment.