Color Hex Logo

#73759f Color Hex

#73759F
(115,117,159)
0 Favorites   0 Comments

Color spaces of #73759f

RGB 115117159
HSL0.660.190.54
HSV237°28°62°
CMYK 0.280.260.00   0.38
XYZ19.689518.870635.4055
Yxy18.87060.26620.2551
Hunter Lab43.44034.8853-17.9154
CIE-Lab50.53559.0573-22.8146

#73759f color RGB value is (115,117,159).

#73759f hex color red value is 115, green value is 117 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #73759f hue: 0.66 , saturation: 0.19 and the lightness value of 73759f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110101 10011111
Octal 163 165 237
Decimal 115 117 159
Hex 73 75 9F

RGB Percentages of Color #73759f

%29.41
%29.92
%40.66

CMYK Percentages of Color #73759f

%28
%26
%0
%38

Triadic Colors of #73759f

#73759f #9f7375 #759f73

Analogous Colors of #73759f

#73759f #87739f #738b9f

Monochromatic Colors of #73759f

#73759f

Complementary Color

#73759f #9f9d73

#73759f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73759f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73759f Color CSS Codes

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

#73759f Text Font Color

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

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


#73759f Background Color

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

This div background color is #73759f


#73759f Border Color

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

This div border color is #73759f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,117,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 #73759f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73759f


Comments

No comments written yet.

Please login to write comment.