Color Hex Logo

#73216f Color Hex

#73216F
(115,33,111)
0 Favorites   0 Comments

Color spaces of #73216f

RGB 11533111
HSL0.840.550.29
HSV303°71°45°
CMYK 0.000.710.03   0.55
XYZ10.48335.880215.6214
Yxy5.88020.32780.1838
Hunter Lab24.249134.7326-21.2205
CIE-Lab29.108245.3538-26.9281

#73216f color RGB value is (115,33,111).

#73216f hex color red value is 115, green value is 33 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #73216f hue: 0.84 , saturation: 0.55 and the lightness value of 73216f is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100001 01101111
Octal 163 41 157
Decimal 115 33 111
Hex 73 21 6F

RGB Percentages of Color #73216f

%44.40
%12.74
%42.86

CMYK Percentages of Color #73216f

%0
%71
%3
%55

Triadic Colors of #73216f

#73216f #6f7321 #216f73

Analogous Colors of #73216f

#73216f #732146 #4e2173

Monochromatic Colors of #73216f

#73216f

Complementary Color

#73216f #217325

#73216f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73216f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73216f Color CSS Codes

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

#73216f Text Font Color

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

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


#73216f Background Color

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

This div background color is #73216f


#73216f Border Color

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

This div border color is #73216f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73216f


Comments

No comments written yet.

Please login to write comment.