Color Hex Logo

#855673 Color Hex

#855673
(133,86,115)
0 Favorites   0 Comments

Color spaces of #855673

RGB 13386115
HSL0.900.210.43
HSV323°35°52°
CMYK 0.000.350.14   0.48
XYZ16.095212.879917.8574
Yxy12.87990.34370.2750
Hunter Lab35.888617.2481-4.3795
CIE-Lab42.581724.1162-8.4723

#855673 color RGB value is (133,86,115).

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

The process color (four color CMYK) of #855673 color hex is 0.00, 0.35, 0.14, 0.48. Web safe color of #855673 is #996666. Color #855673 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010110 01110011
Octal 205 126 163
Decimal 133 86 115
Hex 85 56 73

RGB Percentages of Color #855673

%39.82
%25.75
%34.43

CMYK Percentages of Color #855673

%0
%35
%14
%48

Triadic Colors of #855673

#855673 #738556 #567385

Analogous Colors of #855673

#855673 #85565c #805685

Monochromatic Colors of #855673

#855673

Complementary Color

#855673 #568568

#855673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855673 Color CSS Codes

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

#855673 Text Font Color

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

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


#855673 Background Color

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

This div background color is #855673


#855673 Border Color

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

This div border color is #855673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855673


Comments

No comments written yet.

Please login to write comment.