Color Hex Logo

#72536c Color Hex

#72536C
(114,83,108)
0 Favorites   0 Comments

Color spaces of #72536c

RGB 11483108
HSL0.870.160.39
HSV312°27°45°
CMYK 0.000.270.05   0.55
XYZ12.739510.846615.6095
Yxy10.84660.32500.2767
Hunter Lab32.934211.4120-5.0472
CIE-Lab39.320917.4308-9.2933

#72536c color RGB value is (114,83,108).

#72536c hex color red value is 114, green value is 83 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #72536c hue: 0.87 , saturation: 0.16 and the lightness value of 72536c is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 01101100
Octal 162 123 154
Decimal 114 83 108
Hex 72 53 6C

RGB Percentages of Color #72536c

%37.38
%27.21
%35.41

CMYK Percentages of Color #72536c

%0
%27
%5
%55

Triadic Colors of #72536c

#72536c #6c7253 #536c72

Analogous Colors of #72536c

#72536c #72535d #695372

Monochromatic Colors of #72536c

#72536c

Complementary Color

#72536c #537259

#72536c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72536c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72536c Color CSS Codes

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

#72536c Text Font Color

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

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


#72536c Background Color

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

This div background color is #72536c


#72536c Border Color

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

This div border color is #72536c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72536c


Comments

No comments written yet.

Please login to write comment.