Color Hex Logo

#72316f Color Hex

#72316F
(114,49,111)
0 Favorites   0 Comments

Color spaces of #72316f

RGB 11449111
HSL0.840.400.32
HSV303°57°45°
CMYK 0.000.570.03   0.55
XYZ10.90706.921715.8001
Yxy6.92170.32430.2058
Hunter Lab26.309127.9600-17.1906
CIE-Lab31.628037.6805-22.9813

#72316f color RGB value is (114,49,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110001 01101111
Octal 162 61 157
Decimal 114 49 111
Hex 72 31 6F

RGB Percentages of Color #72316f

%41.61
%17.88
%40.51

CMYK Percentages of Color #72316f

%0
%57
%3
%55

Triadic Colors of #72316f

#72316f #6f7231 #316f72

Analogous Colors of #72316f

#72316f #72314e #553172

Monochromatic Colors of #72316f

#72316f

Complementary Color

#72316f #317234

#72316f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72316f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72316f Color CSS Codes

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

#72316f Text Font Color

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

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


#72316f Background Color

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

This div background color is #72316f


#72316f Border Color

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

This div border color is #72316f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72316f


Comments

No comments written yet.

Please login to write comment.