Color Hex Logo

#886ceb Color Hex

#886CEB
(136,108,235)
0 Favorites   0 Comments

Color spaces of #886ceb

RGB 136108235
HSL0.700.760.67
HSV253°54°92°
CMYK 0.420.540.00   0.08
XYZ30.511321.957581.2274
Yxy21.95750.22820.1642
Hunter Lab46.858834.2242-69.9750
CIE-Lab53.981940.7096-60.7305

#886ceb color RGB value is (136,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101100 11101011
Octal 210 154 353
Decimal 136 108 235
Hex 88 6C EB

RGB Percentages of Color #886ceb

%28.39
%22.55
%49.06

CMYK Percentages of Color #886ceb

%42
%54
%0
%8

Triadic Colors of #886ceb

#886ceb #eb886c #6ceb88

Analogous Colors of #886ceb

#886ceb #c86ceb #6c90eb

Monochromatic Colors of #886ceb

#886ceb

Complementary Color

#886ceb #cfeb6c

#886ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#886ceb Color CSS Codes

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

#886ceb Text Font Color

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

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


#886ceb Background Color

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

This div background color is #886ceb


#886ceb Border Color

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

This div border color is #886ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,108,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 #886ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886ceb


Comments

No comments written yet.

Please login to write comment.