Color Hex Logo

#730873 Color Hex

#730873
(115,8,115)
0 Favorites   0 Comments

Color spaces of #730873

RGB 1158115
HSL0.830.870.24
HSV300°93°45°
CMYK 0.000.930.00   0.55
XYZ10.25165.056316.6553
Yxy5.05630.32070.1582
Hunter Lab22.486242.0283-28.1751
CIE-Lab26.894653.1155-33.0053

#730873 color RGB value is (115,8,115).

#730873 hex color red value is 115, green value is 8 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #730873 hue: 0.83 , saturation: 0.87 and the lightness value of 730873 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001000 01110011
Octal 163 10 163
Decimal 115 8 115
Hex 73 8 73

RGB Percentages of Color #730873

%48.32
%3.36
%48.32

CMYK Percentages of Color #730873

%0
%93
%0
%55

Triadic Colors of #730873

#730873 #737308 #087373

Analogous Colors of #730873

#730873 #73083e #3e0873

Monochromatic Colors of #730873

#730873

Complementary Color

#730873 #087308

#730873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730873 Color CSS Codes

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

#730873 Text Font Color

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

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


#730873 Background Color

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

This div background color is #730873


#730873 Border Color

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

This div border color is #730873


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,8,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 #730873">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730873


Comments

No comments written yet.

Please login to write comment.