Color Hex Logo

#85485b Color Hex

#85485B
(133,72,91)
0 Favorites   0 Comments

Color spaces of #85485b

RGB 1337291
HSL0.950.300.40
HSV341°46°52°
CMYK 0.000.460.32   0.48
XYZ13.878610.376611.1689
Yxy10.37660.39180.2929
Hunter Lab32.212720.53301.9917
CIE-Lab38.510028.33590.3603

#85485b color RGB value is (133,72,91).

#85485b hex color red value is 133, green value is 72 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #85485b hue: 0.95 , saturation: 0.30 and the lightness value of 85485b is 0.40.

The process color (four color CMYK) of #85485b color hex is 0.00, 0.46, 0.32, 0.48. Web safe color of #85485b is #993366. Color #85485b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001000 01011011
Octal 205 110 133
Decimal 133 72 91
Hex 85 48 5B

RGB Percentages of Color #85485b

%44.93
%24.32
%30.74

CMYK Percentages of Color #85485b

%0
%46
%32
%48

Triadic Colors of #85485b

#85485b #5b8548 #485b85

Analogous Colors of #85485b

#85485b #855448 #85487a

Monochromatic Colors of #85485b

#85485b

Complementary Color

#85485b #488572

#85485b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85485b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85485b Color CSS Codes

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

#85485b Text Font Color

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

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


#85485b Background Color

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

This div background color is #85485b


#85485b Border Color

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

This div border color is #85485b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85485b


Comments

No comments written yet.

Please login to write comment.