Color Hex Logo

#886fdd Color Hex

#886FDD
(136,111,221)
0 Favorites   0 Comments

Color spaces of #886fdd

RGB 136111221
HSL0.700.620.65
HSV254°50°87°
CMYK 0.380.500.00   0.13
XYZ28.888921.823671.0964
Yxy21.82360.23720.1792
Hunter Lab46.715728.6314-57.5321
CIE-Lab53.839335.1450-53.0979

#886fdd color RGB value is (136,111,221).

#886fdd hex color red value is 136, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #886fdd hue: 0.70 , saturation: 0.62 and the lightness value of 886fdd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101111 11011101
Octal 210 157 335
Decimal 136 111 221
Hex 88 6F DD

RGB Percentages of Color #886fdd

%29.06
%23.72
%47.22

CMYK Percentages of Color #886fdd

%38
%50
%0
%13

Triadic Colors of #886fdd

#886fdd #dd886f #6fdd88

Analogous Colors of #886fdd

#886fdd #bf6fdd #6f8ddd

Monochromatic Colors of #886fdd

#886fdd

Complementary Color

#886fdd #c4dd6f

#886fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#886fdd Color CSS Codes

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

#886fdd Text Font Color

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

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


#886fdd Background Color

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

This div background color is #886fdd


#886fdd Border Color

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

This div border color is #886fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886fdd


Comments

No comments written yet.

Please login to write comment.