Color Hex Logo

#885ecc Color Hex

#885ECC
(136,94,204)
0 Favorites   0 Comments

Color spaces of #885ecc

RGB 13694204
HSL0.730.520.58
HSV263°54°80°
CMYK 0.330.540.00   0.20
XYZ25.055117.599359.2032
Yxy17.59930.24600.1728
Hunter Lab41.951533.1921-54.3057
CIE-Lab49.006540.3942-51.1593

#885ecc color RGB value is (136,94,204).

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

The process color (four color CMYK) of #885ecc color hex is 0.33, 0.54, 0.00, 0.20. Web safe color of #885ecc is #9966cc. Color #885ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011110 11001100
Octal 210 136 314
Decimal 136 94 204
Hex 88 5E CC

RGB Percentages of Color #885ecc

%31.34
%21.66
%47.00

CMYK Percentages of Color #885ecc

%33
%54
%0
%20

Triadic Colors of #885ecc

#885ecc #cc885e #5ecc88

Analogous Colors of #885ecc

#885ecc #bf5ecc #5e6bcc

Monochromatic Colors of #885ecc

#885ecc

Complementary Color

#885ecc #a2cc5e

#885ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#885ecc Color CSS Codes

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

#885ecc Text Font Color

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

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


#885ecc Background Color

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

This div background color is #885ecc


#885ecc Border Color

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

This div border color is #885ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885ecc


Comments

No comments written yet.

Please login to write comment.