Color Hex Logo

#885890 Color Hex

#885890
(136,88,144)
0 Favorites   0 Comments

Color spaces of #885890

RGB 13688144
HSL0.810.240.45
HSV291°39°56°
CMYK 0.060.390.00   0.44
XYZ18.677114.227328.1473
Yxy14.22730.30590.2330
Hunter Lab37.719122.3782-17.8409
CIE-Lab44.557229.6657-22.9968

#885890 color RGB value is (136,88,144).

#885890 hex color red value is 136, green value is 88 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #885890 hue: 0.81 , saturation: 0.24 and the lightness value of 885890 is 0.45.

The process color (four color CMYK) of #885890 color hex is 0.06, 0.39, 0.00, 0.44. Web safe color of #885890 is #996699. Color #885890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011000 10010000
Octal 210 130 220
Decimal 136 88 144
Hex 88 58 90

RGB Percentages of Color #885890

%36.96
%23.91
%39.13

CMYK Percentages of Color #885890

%6
%39
%0
%44

Triadic Colors of #885890

#885890 #908858 #589088

Analogous Colors of #885890

#885890 #90587c #6c5890

Monochromatic Colors of #885890

#885890

Complementary Color

#885890 #609058

#885890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885890 Color CSS Codes

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

#885890 Text Font Color

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

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


#885890 Background Color

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

This div background color is #885890


#885890 Border Color

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

This div border color is #885890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885890


Comments

No comments written yet.

Please login to write comment.