Color Hex Logo

#885ead Color Hex

#885EAD
(136,94,173)
0 Favorites   0 Comments

Color spaces of #885ead

RGB 13694173
HSL0.760.330.52
HSV272°46°68°
CMYK 0.210.460.00   0.32
XYZ21.698916.256841.5294
Yxy16.25680.27300.2045
Hunter Lab40.319725.5040-32.8450
CIE-Lab47.309632.7018-35.8880

#885ead color RGB value is (136,94,173).

#885ead hex color red value is 136, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #885ead hue: 0.76 , saturation: 0.33 and the lightness value of 885ead is 0.52.

The process color (four color CMYK) of #885ead color hex is 0.21, 0.46, 0.00, 0.32. Web safe color of #885ead is #996699. Color #885ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011110 10101101
Octal 210 136 255
Decimal 136 94 173
Hex 88 5E AD

RGB Percentages of Color #885ead

%33.75
%23.33
%42.93

CMYK Percentages of Color #885ead

%21
%46
%0
%32

Triadic Colors of #885ead

#885ead #ad885e #5ead88

Analogous Colors of #885ead

#885ead #ad5eab #615ead

Monochromatic Colors of #885ead

#885ead

Complementary Color

#885ead #83ad5e

#885ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#885ead Color CSS Codes

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

#885ead Text Font Color

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

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


#885ead Background Color

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

This div background color is #885ead


#885ead Border Color

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

This div border color is #885ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,94,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885ead;
  -webkit-box-shadow: 1px 1px 3px 2px #885ead;
  box-shadow:         1px 1px 3px 2px #885ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885ead


Comments

No comments written yet.

Please login to write comment.