Color Hex Logo

#73858f Color Hex

#73858F
(115,133,143)
0 Favorites   0 Comments

Color spaces of #73858f

RGB 115133143
HSL0.560.110.51
HSV201°20°56°
CMYK 0.200.070.00   0.44
XYZ20.415722.403129.2348
Yxy22.40310.28330.3109
Hunter Lab47.3319-5.8383-3.4884
CIE-Lab54.4521-4.2314-7.5567

#73858f color RGB value is (115,133,143).

#73858f hex color red value is 115, green value is 133 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #73858f hue: 0.56 , saturation: 0.11 and the lightness value of 73858f is 0.51.

The process color (four color CMYK) of #73858f color hex is 0.20, 0.07, 0.00, 0.44. Web safe color of #73858f is #669999. Color #73858f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000101 10001111
Octal 163 205 217
Decimal 115 133 143
Hex 73 85 8F

RGB Percentages of Color #73858f

%29.41
%34.02
%36.57

CMYK Percentages of Color #73858f

%20
%7
%0
%44

Triadic Colors of #73858f

#73858f #8f7385 #858f73

Analogous Colors of #73858f

#73858f #73778f #738f8b

Monochromatic Colors of #73858f

#73858f

Complementary Color

#73858f #8f7d73

#73858f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73858f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73858f Color CSS Codes

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

#73858f Text Font Color

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

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


#73858f Background Color

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

This div background color is #73858f


#73858f Border Color

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

This div border color is #73858f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73858f


Comments

No comments written yet.

Please login to write comment.