Color Hex Logo

#730173 Color Hex

#730173
(115,1,115)
0 Favorites   0 Comments

Color spaces of #730173

RGB 1151115
HSL0.830.980.23
HSV300°99°45°
CMYK 0.000.990.00   0.55
XYZ10.17564.904416.6300
Yxy4.90440.32090.1547
Hunter Lab22.145943.2620-29.0205
CIE-Lab26.460654.3963-33.6993

#730173 color RGB value is (115,1,115).

#730173 hex color red value is 115, green value is 1 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #730173 hue: 0.83 , saturation: 0.98 and the lightness value of 730173 is 0.23.

The process color (four color CMYK) of #730173 color hex is 0.00, 0.99, 0.00, 0.55. Web safe color of #730173 is #660066. Color #730173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000001 01110011
Octal 163 1 163
Decimal 115 1 115
Hex 73 1 73

RGB Percentages of Color #730173

%49.78
%0.43
%49.78

CMYK Percentages of Color #730173

%0
%99
%0
%55

Triadic Colors of #730173

#730173 #737301 #017373

Analogous Colors of #730173

#730173 #73013a #3a0173

Monochromatic Colors of #730173

#730173

Complementary Color

#730173 #017301

#730173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730173 Color CSS Codes

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

#730173 Text Font Color

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

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


#730173 Background Color

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

This div background color is #730173


#730173 Border Color

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

This div border color is #730173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730173


Comments

No comments written yet.

Please login to write comment.