Color Hex Logo

#85355e Color Hex

#85355E
(133,53,94)
0 Favorites   0 Comments

Color spaces of #85355e

RGB 1335394
HSL0.910.430.36
HSV329°60°52°
CMYK 0.000.600.29   0.48
XYZ12.96638.340911.5162
Yxy8.34090.39500.2541
Hunter Lab28.880629.5986-3.4256
CIE-Lab34.683038.9313-7.1985

#85355e color RGB value is (133,53,94).

#85355e hex color red value is 133, green value is 53 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #85355e hue: 0.91 , saturation: 0.43 and the lightness value of 85355e is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110101 01011110
Octal 205 65 136
Decimal 133 53 94
Hex 85 35 5E

RGB Percentages of Color #85355e

%47.50
%18.93
%33.57

CMYK Percentages of Color #85355e

%0
%60
%29
%48

Triadic Colors of #85355e

#85355e #5e8535 #355e85

Analogous Colors of #85355e

#85355e #853536 #843585

Monochromatic Colors of #85355e

#85355e

Complementary Color

#85355e #35855c

#85355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85355e Color CSS Codes

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

#85355e Text Font Color

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

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


#85355e Background Color

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

This div background color is #85355e


#85355e Border Color

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

This div border color is #85355e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85355e


Comments

No comments written yet.

Please login to write comment.