Color Hex Logo

#85375e Color Hex

#85375E
(133,55,94)
0 Favorites   0 Comments

Color spaces of #85375e

RGB 1335594
HSL0.920.410.37
HSV330°59°52°
CMYK 0.000.590.29   0.48
XYZ13.05948.527111.5473
Yxy8.52710.39410.2574
Hunter Lab29.201228.7269-3.0048
CIE-Lab35.057437.9322-6.6381

#85375e color RGB value is (133,55,94).

#85375e hex color red value is 133, green value is 55 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #85375e hue: 0.92 , saturation: 0.41 and the lightness value of 85375e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110111 01011110
Octal 205 67 136
Decimal 133 55 94
Hex 85 37 5E

RGB Percentages of Color #85375e

%47.16
%19.50
%33.33

CMYK Percentages of Color #85375e

%0
%59
%29
%48

Triadic Colors of #85375e

#85375e #5e8537 #375e85

Analogous Colors of #85375e

#85375e #853737 #853785

Monochromatic Colors of #85375e

#85375e

Complementary Color

#85375e #37855e

#85375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85375e Color CSS Codes

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

#85375e Text Font Color

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

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


#85375e Background Color

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

This div background color is #85375e


#85375e Border Color

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

This div border color is #85375e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85375e


Comments

No comments written yet.

Please login to write comment.