Color Hex Logo

#73619f Color Hex

#73619F
(115,97,159)
0 Favorites   0 Comments

Color spaces of #73619f

RGB 11597159
HSL0.720.240.50
HSV257°39°62°
CMYK 0.280.390.00   0.38
XYZ17.602914.697434.7100
Yxy14.69740.26270.2193
Hunter Lab38.337214.8700-26.8444
CIE-Lab45.216921.1386-31.0780

#73619f color RGB value is (115,97,159).

#73619f hex color red value is 115, green value is 97 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #73619f hue: 0.72 , saturation: 0.24 and the lightness value of 73619f is 0.50.

The process color (four color CMYK) of #73619f color hex is 0.28, 0.39, 0.00, 0.38. Web safe color of #73619f is #666699. Color #73619f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100001 10011111
Octal 163 141 237
Decimal 115 97 159
Hex 73 61 9F

RGB Percentages of Color #73619f

%31.00
%26.15
%42.86

CMYK Percentages of Color #73619f

%28
%39
%0
%38

Triadic Colors of #73619f

#73619f #9f7361 #619f73

Analogous Colors of #73619f

#73619f #92619f #616e9f

Monochromatic Colors of #73619f

#73619f

Complementary Color

#73619f #8d9f61

#73619f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73619f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73619f Color CSS Codes

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

#73619f Text Font Color

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

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


#73619f Background Color

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

This div background color is #73619f


#73619f Border Color

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

This div border color is #73619f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73619f


Comments

No comments written yet.

Please login to write comment.