Color Hex Logo

#73276c Color Hex

#73276C
(115,39,108)
0 Favorites   0 Comments

Color spaces of #73276c

RGB 11539108
HSL0.850.490.30
HSV306°66°45°
CMYK 0.000.660.06   0.55
XYZ10.50256.178614.8264
Yxy6.17860.33330.1961
Hunter Lab24.856831.9205-17.9651
CIE-Lab29.858742.2653-23.8270

#73276c color RGB value is (115,39,108).

#73276c hex color red value is 115, green value is 39 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #73276c hue: 0.85 , saturation: 0.49 and the lightness value of 73276c is 0.30.

The process color (four color CMYK) of #73276c color hex is 0.00, 0.66, 0.06, 0.55. Web safe color of #73276c is #663366. Color #73276c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100111 01101100
Octal 163 47 154
Decimal 115 39 108
Hex 73 27 6C

RGB Percentages of Color #73276c

%43.89
%14.89
%41.22

CMYK Percentages of Color #73276c

%0
%66
%6
%55

Triadic Colors of #73276c

#73276c #6c7327 #276c73

Analogous Colors of #73276c

#73276c #732746 #542773

Monochromatic Colors of #73276c

#73276c

Complementary Color

#73276c #27732e

#73276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73276c Color CSS Codes

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

#73276c Text Font Color

<p style="color:#73276c">Text here</p>

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


#73276c Background Color

<div style="background-color:#73276c">
Div content here</div>

This div background color is #73276c


#73276c Border Color

<div style="border:3px solid #73276c">
Div here</div>

This div border color is #73276c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,39,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73276c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73276c;
  -webkit-box-shadow: 1px 1px 3px 2px #73276c;
  box-shadow:         1px 1px 3px 2px #73276c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73276c


Comments

No comments written yet.

Please login to write comment.