Color Hex Logo

#73898b Color Hex

#73898B
(115,137,139)
0 Favorites   0 Comments

Color spaces of #73898b

RGB 115137139
HSL0.510.090.50
HSV185°17°55°
CMYK 0.170.010.00   0.45
XYZ20.676123.400227.8530
Yxy23.40020.28750.3253
Hunter Lab48.3738-8.3589-0.2768
CIE-Lab55.4822-7.4037-3.7150

#73898b color RGB value is (115,137,139).

#73898b hex color red value is 115, green value is 137 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #73898b hue: 0.51 , saturation: 0.09 and the lightness value of 73898b is 0.50.

The process color (four color CMYK) of #73898b color hex is 0.17, 0.01, 0.00, 0.45. Web safe color of #73898b is #669999. Color #73898b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001001 10001011
Octal 163 211 213
Decimal 115 137 139
Hex 73 89 8B

RGB Percentages of Color #73898b

%29.41
%35.04
%35.55

CMYK Percentages of Color #73898b

%17
%1
%0
%45

Triadic Colors of #73898b

#73898b #8b7389 #898b73

Analogous Colors of #73898b

#73898b #737d8b #738b81

Monochromatic Colors of #73898b

#73898b

Complementary Color

#73898b #8b7573

#73898b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73898b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73898b Color CSS Codes

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

#73898b Text Font Color

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

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


#73898b Background Color

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

This div background color is #73898b


#73898b Border Color

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

This div border color is #73898b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73898b


Comments

No comments written yet.

Please login to write comment.