Color Hex Logo

#730165 Color Hex

#730165
(115,1,101)
0 Favorites   0 Comments

Color spaces of #730165

RGB 1151101
HSL0.850.980.23
HSV307°99°45°
CMYK 0.000.990.12   0.55
XYZ9.43004.606112.7040
Yxy4.60610.35270.1723
Hunter Lab21.461840.8720-20.0725
CIE-Lab25.581752.2383-26.0364

#730165 color RGB value is (115,1,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000001 01100101
Octal 163 1 145
Decimal 115 1 101
Hex 73 1 65

RGB Percentages of Color #730165

%53.00
%0.46
%46.54

CMYK Percentages of Color #730165

%0
%99
%12
%55

Triadic Colors of #730165

#730165 #657301 #016573

Analogous Colors of #730165

#730165 #73012c #480173

Monochromatic Colors of #730165

#730165

Complementary Color

#730165 #01730f

#730165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730165 Color CSS Codes

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

#730165 Text Font Color

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

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


#730165 Background Color

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

This div background color is #730165


#730165 Border Color

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

This div border color is #730165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730165


Comments

No comments written yet.

Please login to write comment.