Color Hex Logo

#886dcb Color Hex

#886DCB
(136,109,203)
0 Favorites   0 Comments

Color spaces of #886dcb

RGB 136109203
HSL0.710.470.61
HSV257°46°80°
CMYK 0.330.460.00   0.20
XYZ26.401520.483359.0621
Yxy20.48330.24920.1933
Hunter Lab45.258524.9255-45.6922
CIE-Lab52.379331.4988-45.2143

#886dcb color RGB value is (136,109,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101101 11001011
Octal 210 155 313
Decimal 136 109 203
Hex 88 6D CB

RGB Percentages of Color #886dcb

%30.36
%24.33
%45.31

CMYK Percentages of Color #886dcb

%33
%46
%0
%20

Triadic Colors of #886dcb

#886dcb #cb886d #6dcb88

Analogous Colors of #886dcb

#886dcb #b76dcb #6d81cb

Monochromatic Colors of #886dcb

#886dcb

Complementary Color

#886dcb #b0cb6d

#886dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#886dcb Color CSS Codes

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

#886dcb Text Font Color

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

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


#886dcb Background Color

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

This div background color is #886dcb


#886dcb Border Color

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

This div border color is #886dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886dcb


Comments

No comments written yet.

Please login to write comment.