Color Hex Logo

#73216d Color Hex

#73216D
(115,33,109)
0 Favorites   0 Comments

Color spaces of #73216d

RGB 11533109
HSL0.850.550.29
HSV304°71°45°
CMYK 0.000.710.05   0.55
XYZ10.37445.836715.0478
Yxy5.83670.33190.1867
Hunter Lab24.159334.3722-20.0178
CIE-Lab28.996745.0013-25.8228

#73216d color RGB value is (115,33,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100001 01101101
Octal 163 41 155
Decimal 115 33 109
Hex 73 21 6D

RGB Percentages of Color #73216d

%44.75
%12.84
%42.41

CMYK Percentages of Color #73216d

%0
%71
%5
%55

Triadic Colors of #73216d

#73216d #6d7321 #216d73

Analogous Colors of #73216d

#73216d #732144 #502173

Monochromatic Colors of #73216d

#73216d

Complementary Color

#73216d #217327

#73216d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73216d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73216d Color CSS Codes

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

#73216d Text Font Color

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

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


#73216d Background Color

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

This div background color is #73216d


#73216d Border Color

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

This div border color is #73216d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,33,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73216d


Comments

No comments written yet.

Please login to write comment.