Color Hex Logo

#885980 Color Hex

#885980
(136,89,128)
0 Favorites   0 Comments

Color spaces of #885980

RGB 13689128
HSL0.860.210.44
HSV310°35°53°
CMYK 0.000.350.06   0.47
XYZ17.622013.937522.1835
Yxy13.93750.32790.2593
Hunter Lab37.333018.9233-9.0974
CIE-Lab44.143225.8699-13.9896

#885980 color RGB value is (136,89,128).

#885980 hex color red value is 136, green value is 89 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #885980 hue: 0.86 , saturation: 0.21 and the lightness value of 885980 is 0.44.

The process color (four color CMYK) of #885980 color hex is 0.00, 0.35, 0.06, 0.47. Web safe color of #885980 is #996699. Color #885980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011001 10000000
Octal 210 131 200
Decimal 136 89 128
Hex 88 59 80

RGB Percentages of Color #885980

%38.53
%25.21
%36.26

CMYK Percentages of Color #885980

%0
%35
%6
%47

Triadic Colors of #885980

#885980 #808859 #598088

Analogous Colors of #885980

#885980 #885969 #795988

Monochromatic Colors of #885980

#885980

Complementary Color

#885980 #598861

#885980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885980 Color CSS Codes

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

#885980 Text Font Color

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

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


#885980 Background Color

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

This div background color is #885980


#885980 Border Color

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

This div border color is #885980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885980


Comments

No comments written yet.

Please login to write comment.