Color Hex Logo

#855684 Color Hex

#855684
(133,86,132)
0 Favorites   0 Comments

Color spaces of #855684

RGB 13386132
HSL0.840.210.43
HSV301°35°52°
CMYK 0.000.350.01   0.48
XYZ17.165513.308123.4938
Yxy13.30810.31810.2466
Hunter Lab36.480320.1513-12.6474
CIE-Lab43.223927.3490-17.8475

#855684 color RGB value is (133,86,132).

#855684 hex color red value is 133, green value is 86 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #855684 hue: 0.84 , saturation: 0.21 and the lightness value of 855684 is 0.43.

The process color (four color CMYK) of #855684 color hex is 0.00, 0.35, 0.01, 0.48. Web safe color of #855684 is #996699. Color #855684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010110 10000100
Octal 205 126 204
Decimal 133 86 132
Hex 85 56 84

RGB Percentages of Color #855684

%37.89
%24.50
%37.61

CMYK Percentages of Color #855684

%0
%35
%1
%48

Triadic Colors of #855684

#855684 #848556 #568485

Analogous Colors of #855684

#855684 #85566d #6f5685

Monochromatic Colors of #855684

#855684

Complementary Color

#855684 #568557

#855684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855684 Color CSS Codes

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

#855684 Text Font Color

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

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


#855684 Background Color

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

This div background color is #855684


#855684 Border Color

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

This div border color is #855684


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,86,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #855684; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #855684;
  -webkit-box-shadow: 1px 1px 3px 2px #855684;
  box-shadow:         1px 1px 3px 2px #855684; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855684


Comments

No comments written yet.

Please login to write comment.