Color Hex Logo

#85354e Color Hex

#85354E
(133,53,78)
0 Favorites   0 Comments

Color spaces of #85354e

RGB 1335378
HSL0.950.430.36
HSV341°60°52°
CMYK 0.000.600.41   0.48
XYZ12.32118.08288.1185
Yxy8.08280.43200.2834
Hunter Lab28.430327.60532.9704
CIE-Lab34.154736.86622.2950

#85354e color RGB value is (133,53,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110101 01001110
Octal 205 65 116
Decimal 133 53 78
Hex 85 35 4E

RGB Percentages of Color #85354e

%50.38
%20.08
%29.55

CMYK Percentages of Color #85354e

%0
%60
%41
%48

Triadic Colors of #85354e

#85354e #4e8535 #354e85

Analogous Colors of #85354e

#85354e #854435 #853576

Monochromatic Colors of #85354e

#85354e

Complementary Color

#85354e #35856c

#85354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85354e Color CSS Codes

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

#85354e Text Font Color

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

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


#85354e Background Color

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

This div background color is #85354e


#85354e Border Color

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

This div border color is #85354e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85354e


Comments

No comments written yet.

Please login to write comment.