Color Hex Logo

#886bce Color Hex

#886BCE
(136,107,206)
0 Favorites   0 Comments

Color spaces of #886bce

RGB 136107206
HSL0.720.500.61
HSV258°48°81°
CMYK 0.340.480.00   0.19
XYZ26.551620.205960.8932
Yxy20.20590.24660.1877
Hunter Lab44.951026.7720-48.8520
CIE-Lab52.069233.4524-47.4174

#886bce color RGB value is (136,107,206).

#886bce hex color red value is 136, green value is 107 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #886bce hue: 0.72 , saturation: 0.50 and the lightness value of 886bce is 0.61.

The process color (four color CMYK) of #886bce color hex is 0.34, 0.48, 0.00, 0.19. Web safe color of #886bce is #9966cc. Color #886bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101011 11001110
Octal 210 153 316
Decimal 136 107 206
Hex 88 6B CE

RGB Percentages of Color #886bce

%30.29
%23.83
%45.88

CMYK Percentages of Color #886bce

%34
%48
%0
%19

Triadic Colors of #886bce

#886bce #ce886b #6bce88

Analogous Colors of #886bce

#886bce #ba6bce #6b80ce

Monochromatic Colors of #886bce

#886bce

Complementary Color

#886bce #b1ce6b

#886bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#886bce Color CSS Codes

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

#886bce Text Font Color

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

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


#886bce Background Color

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

This div background color is #886bce


#886bce Border Color

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

This div border color is #886bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886bce


Comments

No comments written yet.

Please login to write comment.