Color Hex Logo

#73175a Color Hex

#73175A
(115,23,90)
0 Favorites   0 Comments

Color spaces of #73175a

RGB 1152390
HSL0.880.670.27
HSV316°80°45°
CMYK 0.000.800.22   0.55
XYZ9.22214.995810.1511
Yxy4.99580.37840.2050
Hunter Lab22.351334.5340-11.2814
CIE-Lab26.722845.6062-17.0276

#73175a color RGB value is (115,23,90).

#73175a hex color red value is 115, green value is 23 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #73175a hue: 0.88 , saturation: 0.67 and the lightness value of 73175a is 0.27.

The process color (four color CMYK) of #73175a color hex is 0.00, 0.80, 0.22, 0.55. Web safe color of #73175a is #660066. Color #73175a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010111 01011010
Octal 163 27 132
Decimal 115 23 90
Hex 73 17 5A

RGB Percentages of Color #73175a

%50.44
%10.09
%39.47

CMYK Percentages of Color #73175a

%0
%80
%22
%55

Triadic Colors of #73175a

#73175a #5a7317 #175a73

Analogous Colors of #73175a

#73175a #73172c #5e1773

Monochromatic Colors of #73175a

#73175a

Complementary Color

#73175a #177330

#73175a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73175a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73175a Color CSS Codes

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

#73175a Text Font Color

<p style="color:#73175a">Text here</p>

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


#73175a Background Color

<div style="background-color:#73175a">
Div content here</div>

This div background color is #73175a


#73175a Border Color

<div style="border:3px solid #73175a">
Div here</div>

This div border color is #73175a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,23,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73175a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73175a;
  -webkit-box-shadow: 1px 1px 3px 2px #73175a;
  box-shadow:         1px 1px 3px 2px #73175a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73175a


Comments

No comments written yet.

Please login to write comment.