Color Hex Logo

#886beb Color Hex

#886BEB
(136,107,235)
0 Favorites   0 Comments

Color spaces of #886beb

RGB 136107235
HSL0.700.760.67
HSV254°54°92°
CMYK 0.420.540.00   0.08
XYZ30.406421.747881.1924
Yxy21.74780.22800.1631
Hunter Lab46.634534.7742-70.5818
CIE-Lab53.758441.2801-61.0898

#886beb color RGB value is (136,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101011 11101011
Octal 210 153 353
Decimal 136 107 235
Hex 88 6B EB

RGB Percentages of Color #886beb

%28.45
%22.38
%49.16

CMYK Percentages of Color #886beb

%42
%54
%0
%8

Triadic Colors of #886beb

#886beb #eb886b #6beb88

Analogous Colors of #886beb

#886beb #c86beb #6b8eeb

Monochromatic Colors of #886beb

#886beb

Complementary Color

#886beb #ceeb6b

#886beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#886beb Color CSS Codes

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

#886beb Text Font Color

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

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


#886beb Background Color

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

This div background color is #886beb


#886beb Border Color

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

This div border color is #886beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886beb


Comments

No comments written yet.

Please login to write comment.