Color Hex Logo

#72316a Color Hex

#72316A
(114,49,106)
0 Favorites   0 Comments

Color spaces of #72316a

RGB 11449106
HSL0.850.400.32
HSV307°57°45°
CMYK 0.000.570.07   0.55
XYZ10.63936.814614.3903
Yxy6.81460.33410.2140
Hunter Lab26.104827.0663-14.4103
CIE-Lab31.381136.7405-20.1833

#72316a color RGB value is (114,49,106).

#72316a hex color red value is 114, green value is 49 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #72316a hue: 0.85 , saturation: 0.40 and the lightness value of 72316a is 0.32.

The process color (four color CMYK) of #72316a color hex is 0.00, 0.57, 0.07, 0.55. Web safe color of #72316a is #663366. Color #72316a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110001 01101010
Octal 162 61 152
Decimal 114 49 106
Hex 72 31 6A

RGB Percentages of Color #72316a

%42.38
%18.22
%39.41

CMYK Percentages of Color #72316a

%0
%57
%7
%55

Triadic Colors of #72316a

#72316a #6a7231 #316a72

Analogous Colors of #72316a

#72316a #72314a #5a3172

Monochromatic Colors of #72316a

#72316a

Complementary Color

#72316a #317239

#72316a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72316a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72316a Color CSS Codes

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

#72316a Text Font Color

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

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


#72316a Background Color

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

This div background color is #72316a


#72316a Border Color

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

This div border color is #72316a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72316a


Comments

No comments written yet.

Please login to write comment.