Color Hex Logo

#72447e Color Hex

#72447E
(114,68,126)
0 Favorites   0 Comments

Color spaces of #72447e

RGB 11468126
HSL0.800.300.38
HSV288°46°49°
CMYK 0.100.460.00   0.51
XYZ12.77249.218020.8447
Yxy9.21800.29820.2152
Hunter Lab30.361221.9597-19.4532
CIE-Lab36.400730.2380-24.9219

#72447e color RGB value is (114,68,126).

#72447e hex color red value is 114, green value is 68 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #72447e hue: 0.80 , saturation: 0.30 and the lightness value of 72447e is 0.38.

The process color (four color CMYK) of #72447e color hex is 0.10, 0.46, 0.00, 0.51. Web safe color of #72447e is #663366. Color #72447e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000100 01111110
Octal 162 104 176
Decimal 114 68 126
Hex 72 44 7E

RGB Percentages of Color #72447e

%37.01
%22.08
%40.91

CMYK Percentages of Color #72447e

%10
%46
%0
%51

Triadic Colors of #72447e

#72447e #7e7244 #447e72

Analogous Colors of #72447e

#72447e #7e446d #55447e

Monochromatic Colors of #72447e

#72447e

Complementary Color

#72447e #507e44

#72447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72447e Color CSS Codes

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

#72447e Text Font Color

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

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


#72447e Background Color

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

This div background color is #72447e


#72447e Border Color

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

This div border color is #72447e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72447e


Comments

No comments written yet.

Please login to write comment.