Color Hex Logo

#725061 Color Hex

#725061
(114,80,97)
0 Favorites   0 Comments

Color spaces of #725061

RGB 1148097
HSL0.920.180.38
HSV330°30°45°
CMYK 0.000.300.15   0.55
XYZ11.965810.177812.6431
Yxy10.17780.34400.2926
Hunter Lab31.902711.1207-1.1649
CIE-Lab38.159717.1474-4.1939

#725061 color RGB value is (114,80,97).

#725061 hex color red value is 114, green value is 80 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #725061 hue: 0.92 , saturation: 0.18 and the lightness value of 725061 is 0.38.

The process color (four color CMYK) of #725061 color hex is 0.00, 0.30, 0.15, 0.55. Web safe color of #725061 is #666666. Color #725061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010000 01100001
Octal 162 120 141
Decimal 114 80 97
Hex 72 50 61

RGB Percentages of Color #725061

%39.18
%27.49
%33.33

CMYK Percentages of Color #725061

%0
%30
%15
%55

Triadic Colors of #725061

#725061 #617250 #506172

Analogous Colors of #725061

#725061 #725050 #725072

Monochromatic Colors of #725061

#725061

Complementary Color

#725061 #507261

#725061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725061 Color CSS Codes

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

#725061 Text Font Color

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

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


#725061 Background Color

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

This div background color is #725061


#725061 Border Color

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

This div border color is #725061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725061


Comments

No comments written yet.

Please login to write comment.