Color Hex Logo

#72486e Color Hex

#72486E
(114,72,110)
0 Favorites   0 Comments

Color spaces of #72486e

RGB 11472110
HSL0.850.230.36
HSV306°37°45°
CMYK 0.000.370.04   0.55
XYZ12.07139.337915.9180
Yxy9.33790.32340.2502
Hunter Lab30.558017.0363-9.4943
CIE-Lab36.626924.4885-14.6233

#72486e color RGB value is (114,72,110).

#72486e hex color red value is 114, green value is 72 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #72486e hue: 0.85 , saturation: 0.23 and the lightness value of 72486e is 0.36.

The process color (four color CMYK) of #72486e color hex is 0.00, 0.37, 0.04, 0.55. Web safe color of #72486e is #663366. Color #72486e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001000 01101110
Octal 162 110 156
Decimal 114 72 110
Hex 72 48 6E

RGB Percentages of Color #72486e

%38.51
%24.32
%37.16

CMYK Percentages of Color #72486e

%0
%37
%4
%55

Triadic Colors of #72486e

#72486e #6e7248 #486e72

Analogous Colors of #72486e

#72486e #724859 #614872

Monochromatic Colors of #72486e

#72486e

Complementary Color

#72486e #48724c

#72486e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72486e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72486e Color CSS Codes

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

#72486e Text Font Color

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

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


#72486e Background Color

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

This div background color is #72486e


#72486e Border Color

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

This div border color is #72486e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,72,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72486e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72486e;
  -webkit-box-shadow: 1px 1px 3px 2px #72486e;
  box-shadow:         1px 1px 3px 2px #72486e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72486e


Comments

No comments written yet.

Please login to write comment.