Color Hex Logo

#886bcb Color Hex

#886BCB
(136,107,203)
0 Favorites   0 Comments

Color spaces of #886bcb

RGB 136107203
HSL0.720.480.61
HSV258°47°80°
CMYK 0.330.470.00   0.20
XYZ26.190520.061458.9918
Yxy20.06140.24890.1906
Hunter Lab44.790025.9938-46.7365
CIE-Lab51.906632.6650-45.9646

#886bcb color RGB value is (136,107,203).

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

The process color (four color CMYK) of #886bcb color hex is 0.33, 0.47, 0.00, 0.20. Web safe color of #886bcb is #9966cc. Color #886bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101011 11001011
Octal 210 153 313
Decimal 136 107 203
Hex 88 6B CB

RGB Percentages of Color #886bcb

%30.49
%23.99
%45.52

CMYK Percentages of Color #886bcb

%33
%47
%0
%20

Triadic Colors of #886bcb

#886bcb #cb886b #6bcb88

Analogous Colors of #886bcb

#886bcb #b86bcb #6b7ecb

Monochromatic Colors of #886bcb

#886bcb

Complementary Color

#886bcb #aecb6b

#886bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#886bcb Color CSS Codes

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

#886bcb Text Font Color

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

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


#886bcb Background Color

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

This div background color is #886bcb


#886bcb Border Color

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

This div border color is #886bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886bcb


Comments

No comments written yet.

Please login to write comment.