Color Hex Logo

#886fdb Color Hex

#886FDB
(136,111,219)
0 Favorites   0 Comments

Color spaces of #886fdb

RGB 136111219
HSL0.710.600.65
HSV254°49°86°
CMYK 0.380.490.00   0.14
XYZ28.624021.717669.7011
Yxy21.71760.23840.1809
Hunter Lab46.602128.0846-56.0564
CIE-Lab53.726134.6025-52.1506

#886fdb color RGB value is (136,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101111 11011011
Octal 210 157 333
Decimal 136 111 219
Hex 88 6F DB

RGB Percentages of Color #886fdb

%29.18
%23.82
%47.00

CMYK Percentages of Color #886fdb

%38
%49
%0
%14

Triadic Colors of #886fdb

#886fdb #db886f #6fdb88

Analogous Colors of #886fdb

#886fdb #be6fdb #6f8cdb

Monochromatic Colors of #886fdb

#886fdb

Complementary Color

#886fdb #c2db6f

#886fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#886fdb Color CSS Codes

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

#886fdb Text Font Color

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

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


#886fdb Background Color

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

This div background color is #886fdb


#886fdb Border Color

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

This div border color is #886fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886fdb


Comments

No comments written yet.

Please login to write comment.