Color Hex Logo

#73879b Color Hex

#73879B
(115,135,155)
0 Favorites   0 Comments

Color spaces of #73879b

RGB 115135155
HSL0.580.170.53
HSV210°26°61°
CMYK 0.260.130.00   0.39
XYZ21.650623.339334.3742
Yxy23.33930.27280.2941
Hunter Lab48.3108-4.5486-8.3686
CIE-Lab55.4201-2.4842-13.0442

#73879b color RGB value is (115,135,155).

#73879b hex color red value is 115, green value is 135 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #73879b hue: 0.58 , saturation: 0.17 and the lightness value of 73879b is 0.53.

The process color (four color CMYK) of #73879b color hex is 0.26, 0.13, 0.00, 0.39. Web safe color of #73879b is #669999. Color #73879b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000111 10011011
Octal 163 207 233
Decimal 115 135 155
Hex 73 87 9B

RGB Percentages of Color #73879b

%28.40
%33.33
%38.27

CMYK Percentages of Color #73879b

%26
%13
%0
%39

Triadic Colors of #73879b

#73879b #9b7387 #879b73

Analogous Colors of #73879b

#73879b #73739b #739b9b

Monochromatic Colors of #73879b

#73879b

Complementary Color

#73879b #9b8773

#73879b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73879b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73879b Color CSS Codes

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

#73879b Text Font Color

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

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


#73879b Background Color

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

This div background color is #73879b


#73879b Border Color

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

This div border color is #73879b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73879b


Comments

No comments written yet.

Please login to write comment.