Color Hex Logo

#886edb Color Hex

#886EDB
(136,110,219)
0 Favorites   0 Comments

Color spaces of #886edb

RGB 136110219
HSL0.710.600.65
HSV254°50°86°
CMYK 0.380.500.00   0.14
XYZ28.515521.500669.6649
Yxy21.50060.23830.1796
Hunter Lab46.368728.6273-56.6198
CIE-Lab53.493135.1828-52.5225

#886edb color RGB value is (136,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101110 11011011
Octal 210 156 333
Decimal 136 110 219
Hex 88 6E DB

RGB Percentages of Color #886edb

%29.25
%23.66
%47.10

CMYK Percentages of Color #886edb

%38
%50
%0
%14

Triadic Colors of #886edb

#886edb #db886e #6edb88

Analogous Colors of #886edb

#886edb #bf6edb #6e8bdb

Monochromatic Colors of #886edb

#886edb

Complementary Color

#886edb #c1db6e

#886edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#886edb Color CSS Codes

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

#886edb Text Font Color

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

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


#886edb Background Color

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

This div background color is #886edb


#886edb Border Color

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

This div border color is #886edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886edb


Comments

No comments written yet.

Please login to write comment.