Color Hex Logo

#725352 Color Hex

#725352
(114,83,82)
0 Favorites   0 Comments

Color spaces of #725352

RGB 1148382
HSL0.010.160.38
HSV28°45°
CMYK 0.000.270.28   0.55
XYZ11.555710.37319.3758
Yxy10.37310.36910.3314
Hunter Lab32.20737.68155.2853
CIE-Lab38.503912.76755.6549

#725352 color RGB value is (114,83,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 01010010
Octal 162 123 122
Decimal 114 83 82
Hex 72 53 52

RGB Percentages of Color #725352

%40.86
%29.75
%29.39

CMYK Percentages of Color #725352

%0
%27
%28
%55

Triadic Colors of #725352

#725352 #527253 #535272

Analogous Colors of #725352

#725352 #726352 #725261

Monochromatic Colors of #725352

#725352

Complementary Color

#725352 #527172

#725352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725352 Color CSS Codes

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

#725352 Text Font Color

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

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


#725352 Background Color

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

This div background color is #725352


#725352 Border Color

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

This div border color is #725352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725352


Comments

No comments written yet.

Please login to write comment.