Color Hex Logo

#725274 Color Hex

#725274
(114,82,116)
0 Favorites   0 Comments

Color spaces of #725274

RGB 11482116
HSL0.820.170.39
HSV296°29°45°
CMYK 0.020.290.00   0.55
XYZ13.109110.872917.9308
Yxy10.87290.31280.2594
Hunter Lab32.974113.2594-9.1591
CIE-Lab39.365619.6892-14.1672

#725274 color RGB value is (114,82,116).

#725274 hex color red value is 114, green value is 82 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #725274 hue: 0.82 , saturation: 0.17 and the lightness value of 725274 is 0.39.

The process color (four color CMYK) of #725274 color hex is 0.02, 0.29, 0.00, 0.55. Web safe color of #725274 is #666666. Color #725274 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010010 01110100
Octal 162 122 164
Decimal 114 82 116
Hex 72 52 74

RGB Percentages of Color #725274

%36.54
%26.28
%37.18

CMYK Percentages of Color #725274

%2
%29
%0
%55

Triadic Colors of #725274

#725274 #747252 #527472

Analogous Colors of #725274

#725274 #745265 #615274

Monochromatic Colors of #725274

#725274

Complementary Color

#725274 #547452

#725274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725274 Color CSS Codes

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

#725274 Text Font Color

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

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


#725274 Background Color

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

This div background color is #725274


#725274 Border Color

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

This div border color is #725274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725274


Comments

No comments written yet.

Please login to write comment.