Color Hex Logo

#73859f Color Hex

#73859F
(115,133,159)
1 Favorites   0 Comments

Color spaces of #73859f

RGB 115133159
HSL0.600.190.54
HSV215°28°62°
CMYK 0.280.160.00   0.38
XYZ21.715822.923136.0809
Yxy22.92310.26900.2840
Hunter Lab47.8781-2.8253-11.1663
CIE-Lab54.9930-0.3371-15.9981

#73859f color RGB value is (115,133,159).

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

The process color (four color CMYK) of #73859f color hex is 0.28, 0.16, 0.00, 0.38. Web safe color of #73859f is #669999. Color #73859f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000101 10011111
Octal 163 205 237
Decimal 115 133 159
Hex 73 85 9F

RGB Percentages of Color #73859f

%28.26
%32.68
%39.07

CMYK Percentages of Color #73859f

%28
%16
%0
%38

Triadic Colors of #73859f

#73859f #9f7385 #859f73

Analogous Colors of #73859f

#73859f #77739f #739b9f

Monochromatic Colors of #73859f

#73859f

Complementary Color

#73859f #9f8d73

#73859f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73859f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73859f Color CSS Codes

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

#73859f Text Font Color

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

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


#73859f Background Color

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

This div background color is #73859f


#73859f Border Color

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

This div border color is #73859f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73859f


Comments

No comments written yet.

Please login to write comment.