Color Hex Logo

#85355a Color Hex

#85355A
(133,53,90)
0 Favorites   0 Comments

Color spaces of #85355a

RGB 1335390
HSL0.920.430.36
HSV332°60°52°
CMYK 0.000.600.32   0.48
XYZ12.79148.270910.5951
Yxy8.27090.40410.2613
Hunter Lab28.759229.0640-1.7115
CIE-Lab34.540838.3816-4.8516

#85355a color RGB value is (133,53,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110101 01011010
Octal 205 65 132
Decimal 133 53 90
Hex 85 35 5A

RGB Percentages of Color #85355a

%48.19
%19.20
%32.61

CMYK Percentages of Color #85355a

%0
%60
%32
%48

Triadic Colors of #85355a

#85355a #5a8535 #355a85

Analogous Colors of #85355a

#85355a #853835 #853582

Monochromatic Colors of #85355a

#85355a

Complementary Color

#85355a #358560

#85355a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85355a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85355a Color CSS Codes

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

#85355a Text Font Color

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

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


#85355a Background Color

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

This div background color is #85355a


#85355a Border Color

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

This div border color is #85355a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85355a


Comments

No comments written yet.

Please login to write comment.