Color Hex Logo

#886deb Color Hex

#886DEB
(136,109,235)
0 Favorites   0 Comments

Color spaces of #886deb

RGB 136109235
HSL0.700.760.67
HSV253°54°92°
CMYK 0.420.540.00   0.08
XYZ30.617422.169781.2627
Yxy22.16970.22840.1654
Hunter Lab47.084733.6735-69.3683
CIE-Lab54.206640.1373-60.3694

#886deb color RGB value is (136,109,235).

#886deb hex color red value is 136, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #886deb hue: 0.70 , saturation: 0.76 and the lightness value of 886deb is 0.67.

The process color (four color CMYK) of #886deb color hex is 0.42, 0.54, 0.00, 0.08. Web safe color of #886deb is #9966ff. Color #886deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101101 11101011
Octal 210 155 353
Decimal 136 109 235
Hex 88 6D EB

RGB Percentages of Color #886deb

%28.33
%22.71
%48.96

CMYK Percentages of Color #886deb

%42
%54
%0
%8

Triadic Colors of #886deb

#886deb #eb886d #6deb88

Analogous Colors of #886deb

#886deb #c76deb #6d91eb

Monochromatic Colors of #886deb

#886deb

Complementary Color

#886deb #d0eb6d

#886deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#886deb Color CSS Codes

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

#886deb Text Font Color

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

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


#886deb Background Color

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

This div background color is #886deb


#886deb Border Color

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

This div border color is #886deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886deb


Comments

No comments written yet.

Please login to write comment.