Color Hex Logo

#886eda Color Hex

#886EDA
(136,110,218)
0 Favorites   0 Comments

Color spaces of #886eda

RGB 136110218
HSL0.710.590.64
HSV254°50°85°
CMYK 0.380.500.00   0.15
XYZ28.384221.448168.9735
Yxy21.44810.23890.1805
Hunter Lab46.312128.3546-55.8833
CIE-Lab53.436534.9123-52.0480

#886eda color RGB value is (136,110,218).

#886eda hex color red value is 136, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #886eda hue: 0.71 , saturation: 0.59 and the lightness value of 886eda is 0.64.

The process color (four color CMYK) of #886eda color hex is 0.38, 0.50, 0.00, 0.15. Web safe color of #886eda is #9966cc. Color #886eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101110 11011010
Octal 210 156 332
Decimal 136 110 218
Hex 88 6E DA

RGB Percentages of Color #886eda

%29.31
%23.71
%46.98

CMYK Percentages of Color #886eda

%38
%50
%0
%15

Triadic Colors of #886eda

#886eda #da886e #6eda88

Analogous Colors of #886eda

#886eda #be6eda #6e8ada

Monochromatic Colors of #886eda

#886eda

Complementary Color

#886eda #c0da6e

#886eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#886eda Color CSS Codes

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

#886eda Text Font Color

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

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


#886eda Background Color

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

This div background color is #886eda


#886eda Border Color

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

This div border color is #886eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,110,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #886eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #886eda;
  -webkit-box-shadow: 1px 1px 3px 2px #886eda;
  box-shadow:         1px 1px 3px 2px #886eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886eda


Comments

No comments written yet.

Please login to write comment.