Color Hex Logo

#886ddf Color Hex

#886DDF
(136,109,223)
0 Favorites   0 Comments

Color spaces of #886ddf

RGB 136109223
HSL0.710.640.65
HSV254°51°87°
CMYK 0.390.510.00   0.13
XYZ28.941321.499272.4364
Yxy21.49920.23550.1750
Hunter Lab46.367230.2727-60.1677
CIE-Lab53.491636.8472-54.7808

#886ddf color RGB value is (136,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101101 11011111
Octal 210 155 337
Decimal 136 109 223
Hex 88 6D DF

RGB Percentages of Color #886ddf

%29.06
%23.29
%47.65

CMYK Percentages of Color #886ddf

%39
%51
%0
%13

Triadic Colors of #886ddf

#886ddf #df886d #6ddf88

Analogous Colors of #886ddf

#886ddf #c16ddf #6d8bdf

Monochromatic Colors of #886ddf

#886ddf

Complementary Color

#886ddf #c4df6d

#886ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#886ddf Color CSS Codes

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

#886ddf Text Font Color

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

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


#886ddf Background Color

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

This div background color is #886ddf


#886ddf Border Color

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

This div border color is #886ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886ddf


Comments

No comments written yet.

Please login to write comment.