Color Hex Logo

#72465a Color Hex

#72465A
(114,70,90)
0 Favorites   0 Comments

Color spaces of #72465a

RGB 1147090
HSL0.920.240.36
HSV333°39°45°
CMYK 0.000.390.21   0.55
XYZ10.97518.695910.7729
Yxy8.69590.36050.2856
Hunter Lab29.488814.8284-1.0178
CIE-Lab35.392121.9606-3.8956

#72465a color RGB value is (114,70,90).

#72465a hex color red value is 114, green value is 70 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #72465a hue: 0.92 , saturation: 0.24 and the lightness value of 72465a is 0.36.

The process color (four color CMYK) of #72465a color hex is 0.00, 0.39, 0.21, 0.55. Web safe color of #72465a is #663366. Color #72465a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000110 01011010
Octal 162 106 132
Decimal 114 70 90
Hex 72 46 5A

RGB Percentages of Color #72465a

%41.61
%25.55
%32.85

CMYK Percentages of Color #72465a

%0
%39
%21
%55

Triadic Colors of #72465a

#72465a #5a7246 #465a72

Analogous Colors of #72465a

#72465a #724846 #724670

Monochromatic Colors of #72465a

#72465a

Complementary Color

#72465a #46725e

#72465a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72465a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72465a Color CSS Codes

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

#72465a Text Font Color

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

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


#72465a Background Color

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

This div background color is #72465a


#72465a Border Color

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

This div border color is #72465a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,70,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72465a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72465a;
  -webkit-box-shadow: 1px 1px 3px 2px #72465a;
  box-shadow:         1px 1px 3px 2px #72465a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72465a


Comments

No comments written yet.

Please login to write comment.