Color Hex Logo

#885edd Color Hex

#885EDD
(136,94,221)
0 Favorites   0 Comments

Color spaces of #885edd

RGB 13694221
HSL0.720.650.62
HSV260°57°87°
CMYK 0.380.570.00   0.13
XYZ27.207218.460170.5358
Yxy18.46010.23410.1589
Hunter Lab42.965237.8438-67.2605
CIE-Lab50.049544.8266-59.1749

#885edd color RGB value is (136,94,221).

#885edd hex color red value is 136, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #885edd hue: 0.72 , saturation: 0.65 and the lightness value of 885edd is 0.62.

The process color (four color CMYK) of #885edd color hex is 0.38, 0.57, 0.00, 0.13. Web safe color of #885edd is #9966cc. Color #885edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011110 11011101
Octal 210 136 335
Decimal 136 94 221
Hex 88 5E DD

RGB Percentages of Color #885edd

%30.16
%20.84
%49.00

CMYK Percentages of Color #885edd

%38
%57
%0
%13

Triadic Colors of #885edd

#885edd #dd885e #5edd88

Analogous Colors of #885edd

#885edd #c85edd #5e74dd

Monochromatic Colors of #885edd

#885edd

Complementary Color

#885edd #b3dd5e

#885edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#885edd Color CSS Codes

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

#885edd Text Font Color

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

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


#885edd Background Color

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

This div background color is #885edd


#885edd Border Color

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

This div border color is #885edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885edd


Comments

No comments written yet.

Please login to write comment.