Color Hex Logo

#730559 Color Hex

#730559
(115,5,89)
0 Favorites   0 Comments

Color spaces of #730559

RGB 115589
HSL0.870.920.24
HSV314°96°45°
CMYK 0.000.960.23   0.55
XYZ8.92774.47469.8443
Yxy4.47460.38400.1925
Hunter Lab21.153338.3175-12.7851
CIE-Lab25.182249.7754-18.7608

#730559 color RGB value is (115,5,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000101 01011001
Octal 163 5 131
Decimal 115 5 89
Hex 73 5 59

RGB Percentages of Color #730559

%55.02
%2.39
%42.58

CMYK Percentages of Color #730559

%0
%96
%23
%55

Triadic Colors of #730559

#730559 #597305 #055973

Analogous Colors of #730559

#730559 #730522 #560573

Monochromatic Colors of #730559

#730559

Complementary Color

#730559 #05731f

#730559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730559 Color CSS Codes

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

#730559 Text Font Color

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

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


#730559 Background Color

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

This div background color is #730559


#730559 Border Color

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

This div border color is #730559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730559


Comments

No comments written yet.

Please login to write comment.