Color Hex Logo

#886bdd Color Hex

#886BDD
(136,107,221)
0 Favorites   0 Comments

Color spaces of #886bdd

RGB 136107221
HSL0.710.630.64
HSV255°52°87°
CMYK 0.380.520.00   0.13
XYZ28.462220.970170.9541
Yxy20.97010.23640.1742
Hunter Lab45.793130.8067-59.8116
CIE-Lab52.916837.4583-54.5727

#886bdd color RGB value is (136,107,221).

#886bdd hex color red value is 136, green value is 107 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #886bdd hue: 0.71 , saturation: 0.63 and the lightness value of 886bdd is 0.64.

The process color (four color CMYK) of #886bdd color hex is 0.38, 0.52, 0.00, 0.13. Web safe color of #886bdd is #9966cc. Color #886bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101011 11011101
Octal 210 153 335
Decimal 136 107 221
Hex 88 6B DD

RGB Percentages of Color #886bdd

%29.31
%23.06
%47.63

CMYK Percentages of Color #886bdd

%38
%52
%0
%13

Triadic Colors of #886bdd

#886bdd #dd886b #6bdd88

Analogous Colors of #886bdd

#886bdd #c16bdd #6b87dd

Monochromatic Colors of #886bdd

#886bdd

Complementary Color

#886bdd #c0dd6b

#886bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#886bdd Color CSS Codes

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

#886bdd Text Font Color

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

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


#886bdd Background Color

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

This div background color is #886bdd


#886bdd Border Color

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

This div border color is #886bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886bdd


Comments

No comments written yet.

Please login to write comment.