Color Hex Logo

#85748b Color Hex

#85748B
(133,116,139)
0 Favorites   0 Comments

Color spaces of #85748b

RGB 133116139
HSL0.790.090.50
HSV284°17°55°
CMYK 0.040.170.00   0.45
XYZ20.578519.341427.0748
Yxy19.34140.30720.2887
Hunter Lab43.97896.5604-5.7156
CIE-Lab51.084311.0790-10.1040

#85748b color RGB value is (133,116,139).

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

The process color (four color CMYK) of #85748b color hex is 0.04, 0.17, 0.00, 0.45. Web safe color of #85748b is #996699. Color #85748b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110100 10001011
Octal 205 164 213
Decimal 133 116 139
Hex 85 74 8B

RGB Percentages of Color #85748b

%34.28
%29.90
%35.82

CMYK Percentages of Color #85748b

%4
%17
%0
%45

Triadic Colors of #85748b

#85748b #8b8574 #748b85

Analogous Colors of #85748b

#85748b #8b7486 #7a748b

Monochromatic Colors of #85748b

#85748b

Complementary Color

#85748b #7a8b74

#85748b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85748b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85748b Color CSS Codes

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

#85748b Text Font Color

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

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


#85748b Background Color

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

This div background color is #85748b


#85748b Border Color

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

This div border color is #85748b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85748b


Comments

No comments written yet.

Please login to write comment.