Color Hex Logo

#730595 Color Hex

#730595
(115,5,149)
0 Favorites   0 Comments

Color spaces of #730595

RGB 1155149
HSL0.790.940.30
HSV286°97°58°
CMYK 0.230.970.00   0.42
XYZ12.54935.923328.9157
Yxy5.92330.26480.1250
Hunter Lab24.337849.4486-53.4058
CIE-Lab29.218159.6974-50.5924

#730595 color RGB value is (115,5,149).

#730595 hex color red value is 115, green value is 5 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #730595 hue: 0.79 , saturation: 0.94 and the lightness value of 730595 is 0.30.

The process color (four color CMYK) of #730595 color hex is 0.23, 0.97, 0.00, 0.42. Web safe color of #730595 is #660099. Color #730595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000101 10010101
Octal 163 5 225
Decimal 115 5 149
Hex 73 5 95

RGB Percentages of Color #730595

%42.75
%1.86
%55.39

CMYK Percentages of Color #730595

%23
%97
%0
%42

Triadic Colors of #730595

#730595 #957305 #059573

Analogous Colors of #730595

#730595 #95056f #2b0595

Monochromatic Colors of #730595

#730595

Complementary Color

#730595 #279505

#730595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730595 Color CSS Codes

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

#730595 Text Font Color

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

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


#730595 Background Color

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

This div background color is #730595


#730595 Border Color

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

This div border color is #730595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730595


Comments

No comments written yet.

Please login to write comment.