Color Hex Logo

#725576 Color Hex

#725576
(114,85,118)
0 Favorites   0 Comments

Color spaces of #725576

RGB 11485118
HSL0.810.160.40
HSV293°28°46°
CMYK 0.030.280.00   0.54
XYZ13.457911.382418.6273
Yxy11.38240.30960.2619
Hunter Lab33.737812.1619-9.1187
CIE-Lab40.217218.2896-14.1003

#725576 color RGB value is (114,85,118).

#725576 hex color red value is 114, green value is 85 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #725576 hue: 0.81 , saturation: 0.16 and the lightness value of 725576 is 0.40.

The process color (four color CMYK) of #725576 color hex is 0.03, 0.28, 0.00, 0.54. Web safe color of #725576 is #666666. Color #725576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010101 01110110
Octal 162 125 166
Decimal 114 85 118
Hex 72 55 76

RGB Percentages of Color #725576

%35.96
%26.81
%37.22

CMYK Percentages of Color #725576

%3
%28
%0
%54

Triadic Colors of #725576

#725576 #767255 #557672

Analogous Colors of #725576

#725576 #76556a #625576

Monochromatic Colors of #725576

#725576

Complementary Color

#725576 #597655

#725576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725576 Color CSS Codes

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

#725576 Text Font Color

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

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


#725576 Background Color

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

This div background color is #725576


#725576 Border Color

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

This div border color is #725576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725576


Comments

No comments written yet.

Please login to write comment.