Color Hex Logo

#855778 Color Hex

#855778
(133,87,120)
0 Favorites   0 Comments

Color spaces of #855778

RGB 13387120
HSL0.880.210.43
HSV317°35°52°
CMYK 0.000.350.10   0.48
XYZ16.471213.159019.4411
Yxy13.15900.33570.2682
Hunter Lab36.275317.5680-6.3827
CIE-Lab43.001824.4429-10.8930

#855778 color RGB value is (133,87,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010111 01111000
Octal 205 127 170
Decimal 133 87 120
Hex 85 57 78

RGB Percentages of Color #855778

%39.12
%25.59
%35.29

CMYK Percentages of Color #855778

%0
%35
%10
%48

Triadic Colors of #855778

#855778 #788557 #577885

Analogous Colors of #855778

#855778 #855761 #7b5785

Monochromatic Colors of #855778

#855778

Complementary Color

#855778 #578564

#855778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855778 Color CSS Codes

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

#855778 Text Font Color

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

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


#855778 Background Color

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

This div background color is #855778


#855778 Border Color

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

This div border color is #855778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855778


Comments

No comments written yet.

Please login to write comment.