Color Hex Logo

#85738d Color Hex

#85738D
(133,115,141)
0 Favorites   0 Comments

Color spaces of #85738d

RGB 133115141
HSL0.780.100.50
HSV282°18°55°
CMYK 0.060.180.00   0.45
XYZ20.611319.171127.8134
Yxy19.17110.30490.2836
Hunter Lab43.78487.4038-7.0134
CIE-Lab50.886812.0896-11.5779

#85738d color RGB value is (133,115,141).

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

The process color (four color CMYK) of #85738d color hex is 0.06, 0.18, 0.00, 0.45. Web safe color of #85738d is #996699. Color #85738d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110011 10001101
Octal 205 163 215
Decimal 133 115 141
Hex 85 73 8D

RGB Percentages of Color #85738d

%34.19
%29.56
%36.25

CMYK Percentages of Color #85738d

%6
%18
%0
%45

Triadic Colors of #85738d

#85738d #8d8573 #738d85

Analogous Colors of #85738d

#85738d #8d7388 #78738d

Monochromatic Colors of #85738d

#85738d

Complementary Color

#85738d #7b8d73

#85738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85738d Color CSS Codes

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

#85738d Text Font Color

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

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


#85738d Background Color

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

This div background color is #85738d


#85738d Border Color

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

This div border color is #85738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85738d


Comments

No comments written yet.

Please login to write comment.