Color Hex Logo

#73868d Color Hex

#73868D
(115,134,141)
0 Favorites   0 Comments

Color spaces of #73868d

RGB 115134141
HSL0.540.100.50
HSV196°18°55°
CMYK 0.180.050.00   0.45
XYZ20.403022.618128.4897
Yxy22.61810.28530.3163
Hunter Lab47.5585-6.6493-2.2265
CIE-Lab54.6768-5.2619-6.0637

#73868d color RGB value is (115,134,141).

#73868d hex color red value is 115, green value is 134 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #73868d hue: 0.54 , saturation: 0.10 and the lightness value of 73868d is 0.50.

The process color (four color CMYK) of #73868d color hex is 0.18, 0.05, 0.00, 0.45. Web safe color of #73868d is #669999. Color #73868d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000110 10001101
Octal 163 206 215
Decimal 115 134 141
Hex 73 86 8D

RGB Percentages of Color #73868d

%29.49
%34.36
%36.15

CMYK Percentages of Color #73868d

%18
%5
%0
%45

Triadic Colors of #73868d

#73868d #8d7386 #868d73

Analogous Colors of #73868d

#73868d #73798d #738d87

Monochromatic Colors of #73868d

#73868d

Complementary Color

#73868d #8d7a73

#73868d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73868d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73868d Color CSS Codes

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

#73868d Text Font Color

<p style="color:#73868d">Text here</p>

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


#73868d Background Color

<div style="background-color:#73868d">
Div content here</div>

This div background color is #73868d


#73868d Border Color

<div style="border:3px solid #73868d">
Div here</div>

This div border color is #73868d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,134,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73868d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73868d;
  -webkit-box-shadow: 1px 1px 3px 2px #73868d;
  box-shadow:         1px 1px 3px 2px #73868d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73868d


Comments

No comments written yet.

Please login to write comment.