Color Hex Logo

#886fcd Color Hex

#886FCD
(136,111,205)
0 Favorites   0 Comments

Color spaces of #886fcd

RGB 136111205
HSL0.710.480.62
HSV256°46°80°
CMYK 0.340.460.00   0.20
XYZ26.857221.010960.3976
Yxy21.01090.24810.1941
Hunter Lab45.837624.3709-46.0366
CIE-Lab52.961430.8559-45.4309

#886fcd color RGB value is (136,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101111 11001101
Octal 210 157 315
Decimal 136 111 205
Hex 88 6F CD

RGB Percentages of Color #886fcd

%30.09
%24.56
%45.35

CMYK Percentages of Color #886fcd

%34
%46
%0
%20

Triadic Colors of #886fcd

#886fcd #cd886f #6fcd88

Analogous Colors of #886fcd

#886fcd #b76fcd #6f85cd

Monochromatic Colors of #886fcd

#886fcd

Complementary Color

#886fcd #b4cd6f

#886fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#886fcd Color CSS Codes

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

#886fcd Text Font Color

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

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


#886fcd Background Color

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

This div background color is #886fcd


#886fcd Border Color

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

This div border color is #886fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886fcd


Comments

No comments written yet.

Please login to write comment.