Color Hex Logo

#72116f Color Hex

#72116F
(114,17,111)
0 Favorites   0 Comments

Color spaces of #72116f

RGB 11417111
HSL0.840.740.26
HSV302°85°45°
CMYK 0.000.850.03   0.55
XYZ10.00915.126015.5008
Yxy5.12600.32670.1673
Hunter Lab22.640739.2910-24.7441
CIE-Lab27.090850.3782-30.1362

#72116f color RGB value is (114,17,111).

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

The process color (four color CMYK) of #72116f color hex is 0.00, 0.85, 0.03, 0.55. Web safe color of #72116f is #660066. Color #72116f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010001 01101111
Octal 162 21 157
Decimal 114 17 111
Hex 72 11 6F

RGB Percentages of Color #72116f

%47.11
%7.02
%45.87

CMYK Percentages of Color #72116f

%0
%85
%3
%55

Triadic Colors of #72116f

#72116f #6f7211 #116f72

Analogous Colors of #72116f

#72116f #72113f #451172

Monochromatic Colors of #72116f

#72116f

Complementary Color

#72116f #117214

#72116f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72116f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72116f Color CSS Codes

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

#72116f Text Font Color

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

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


#72116f Background Color

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

This div background color is #72116f


#72116f Border Color

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

This div border color is #72116f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,17,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 #72116f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72116f


Comments

No comments written yet.

Please login to write comment.