Color Hex Logo

#85454e Color Hex

#85454E
(133,69,78)
0 Favorites   0 Comments

Color spaces of #85454e

RGB 1336978
HSL0.980.320.40
HSV352°48°52°
CMYK 0.000.480.41   0.48
XYZ13.17619.79288.4035
Yxy9.79280.42000.3121
Hunter Lab31.293420.39385.9838
CIE-Lab37.468028.30807.0338

#85454e color RGB value is (133,69,78).

#85454e hex color red value is 133, green value is 69 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #85454e hue: 0.98 , saturation: 0.32 and the lightness value of 85454e is 0.40.

The process color (four color CMYK) of #85454e color hex is 0.00, 0.48, 0.41, 0.48. Web safe color of #85454e is #993366. Color #85454e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000101 01001110
Octal 205 105 116
Decimal 133 69 78
Hex 85 45 4E

RGB Percentages of Color #85454e

%47.50
%24.64
%27.86

CMYK Percentages of Color #85454e

%0
%48
%41
%48

Triadic Colors of #85454e

#85454e #4e8545 #454e85

Analogous Colors of #85454e

#85454e #855c45 #85456e

Monochromatic Colors of #85454e

#85454e

Complementary Color

#85454e #45857c

#85454e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85454e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85454e Color CSS Codes

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

#85454e Text Font Color

<p style="color:#85454e">Text here</p>

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


#85454e Background Color

<div style="background-color:#85454e">
Div content here</div>

This div background color is #85454e


#85454e Border Color

<div style="border:3px solid #85454e">
Div here</div>

This div border color is #85454e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,69,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85454e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85454e;
  -webkit-box-shadow: 1px 1px 3px 2px #85454e;
  box-shadow:         1px 1px 3px 2px #85454e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,69,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85454e


Comments

No comments written yet.

Please login to write comment.