Color Hex Logo

#885785 Color Hex

#885785
(136,87,133)
0 Favorites   0 Comments

Color spaces of #885785

RGB 13687133
HSL0.840.220.44
HSV304°36°53°
CMYK 0.000.360.02   0.47
XYZ17.795213.744123.9053
Yxy13.74410.32100.2479
Hunter Lab37.073020.8029-12.2800
CIE-Lab43.863728.0056-17.4407

#885785 color RGB value is (136,87,133).

#885785 hex color red value is 136, green value is 87 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #885785 hue: 0.84 , saturation: 0.22 and the lightness value of 885785 is 0.44.

The process color (four color CMYK) of #885785 color hex is 0.00, 0.36, 0.02, 0.47. Web safe color of #885785 is #996699. Color #885785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010111 10000101
Octal 210 127 205
Decimal 136 87 133
Hex 88 57 85

RGB Percentages of Color #885785

%38.20
%24.44
%37.36

CMYK Percentages of Color #885785

%0
%36
%2
%47

Triadic Colors of #885785

#885785 #858857 #578588

Analogous Colors of #885785

#885785 #88576d #735788

Monochromatic Colors of #885785

#885785

Complementary Color

#885785 #57885a

#885785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885785 Color CSS Codes

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

#885785 Text Font Color

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

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


#885785 Background Color

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

This div background color is #885785


#885785 Border Color

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

This div border color is #885785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885785


Comments

No comments written yet.

Please login to write comment.