Color Hex Logo

#730161 Color Hex

#730161
(115,1,97)
0 Favorites   0 Comments

Color spaces of #730161

RGB 115197
HSL0.860.980.23
HSV309°99°45°
CMYK 0.000.990.16   0.55
XYZ9.23884.529611.6966
Yxy4.52960.36280.1779
Hunter Lab21.282940.2411-17.6865
CIE-Lab25.350251.6610-23.7808

#730161 color RGB value is (115,1,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000001 01100001
Octal 163 1 141
Decimal 115 1 97
Hex 73 1 61

RGB Percentages of Color #730161

%53.99
%0.47
%45.54

CMYK Percentages of Color #730161

%0
%99
%16
%55

Triadic Colors of #730161

#730161 #617301 #016173

Analogous Colors of #730161

#730161 #730128 #4c0173

Monochromatic Colors of #730161

#730161

Complementary Color

#730161 #017313

#730161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730161 Color CSS Codes

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

#730161 Text Font Color

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

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


#730161 Background Color

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

This div background color is #730161


#730161 Border Color

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

This div border color is #730161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730161


Comments

No comments written yet.

Please login to write comment.