Color Hex Logo

#85336f Color Hex

#85336F
(133,51,111)
0 Favorites   0 Comments

Color spaces of #85336f

RGB 13351111
HSL0.880.450.36
HSV316°62°52°
CMYK 0.000.620.17   0.48
XYZ13.72598.501915.9565
Yxy8.50190.35950.2227
Hunter Lab29.158033.0009-12.0354
CIE-Lab35.007042.4658-17.5010

#85336f color RGB value is (133,51,111).

#85336f hex color red value is 133, green value is 51 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #85336f hue: 0.88 , saturation: 0.45 and the lightness value of 85336f is 0.36.

The process color (four color CMYK) of #85336f color hex is 0.00, 0.62, 0.17, 0.48. Web safe color of #85336f is #993366. Color #85336f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110011 01101111
Octal 205 63 157
Decimal 133 51 111
Hex 85 33 6F

RGB Percentages of Color #85336f

%45.08
%17.29
%37.63

CMYK Percentages of Color #85336f

%0
%62
%17
%48

Triadic Colors of #85336f

#85336f #6f8533 #336f85

Analogous Colors of #85336f

#85336f #853346 #723385

Monochromatic Colors of #85336f

#85336f

Complementary Color

#85336f #338549

#85336f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85336f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85336f Color CSS Codes

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

#85336f Text Font Color

<p style="color:#85336f">Text here</p>

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


#85336f Background Color

<div style="background-color:#85336f">
Div content here</div>

This div background color is #85336f


#85336f Border Color

<div style="border:3px solid #85336f">
Div here</div>

This div border color is #85336f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,51,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85336f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85336f;
  -webkit-box-shadow: 1px 1px 3px 2px #85336f;
  box-shadow:         1px 1px 3px 2px #85336f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85336f


Comments

No comments written yet.

Please login to write comment.