Color Hex Logo

#73377c Color Hex

#73377C
(115,55,124)
0 Favorites   0 Comments

Color spaces of #73377c

RGB 11555124
HSL0.810.390.35
HSV292°56°49°
CMYK 0.070.560.00   0.51
XYZ12.07457.832519.9442
Yxy7.83250.30300.1965
Hunter Lab27.986628.0352-22.6614
CIE-Lab33.631637.4216-28.0119

#73377c color RGB value is (115,55,124).

#73377c hex color red value is 115, green value is 55 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #73377c hue: 0.81 , saturation: 0.39 and the lightness value of 73377c is 0.35.

The process color (four color CMYK) of #73377c color hex is 0.07, 0.56, 0.00, 0.51. Web safe color of #73377c is #663366. Color #73377c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110111 01111100
Octal 163 67 174
Decimal 115 55 124
Hex 73 37 7C

RGB Percentages of Color #73377c

%39.12
%18.71
%42.18

CMYK Percentages of Color #73377c

%7
%56
%0
%51

Triadic Colors of #73377c

#73377c #7c7337 #377c73

Analogous Colors of #73377c

#73377c #7c3763 #51377c

Monochromatic Colors of #73377c

#73377c

Complementary Color

#73377c #407c37

#73377c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73377c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73377c Color CSS Codes

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

#73377c Text Font Color

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

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


#73377c Background Color

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

This div background color is #73377c


#73377c Border Color

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

This div border color is #73377c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73377c


Comments

No comments written yet.

Please login to write comment.