Color Hex Logo

#886cbc Color Hex

#886CBC
(136,108,188)
0 Favorites   0 Comments

Color spaces of #886cbc

RGB 136108188
HSL0.730.370.58
HSV261°43°74°
CMYK 0.280.430.00   0.26
XYZ24.593019.590250.0620
Yxy19.59020.26090.2079
Hunter Lab44.260821.7250-36.0785
CIE-Lab51.370728.2203-38.2077

#886cbc color RGB value is (136,108,188).

#886cbc hex color red value is 136, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #886cbc hue: 0.73 , saturation: 0.37 and the lightness value of 886cbc is 0.58.

The process color (four color CMYK) of #886cbc color hex is 0.28, 0.43, 0.00, 0.26. Web safe color of #886cbc is #9966cc. Color #886cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101100 10111100
Octal 210 154 274
Decimal 136 108 188
Hex 88 6C BC

RGB Percentages of Color #886cbc

%31.48
%25.00
%43.52

CMYK Percentages of Color #886cbc

%28
%43
%0
%26

Triadic Colors of #886cbc

#886cbc #bc886c #6cbc88

Analogous Colors of #886cbc

#886cbc #b06cbc #6c78bc

Monochromatic Colors of #886cbc

#886cbc

Complementary Color

#886cbc #a0bc6c

#886cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#886cbc Color CSS Codes

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

#886cbc Text Font Color

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

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


#886cbc Background Color

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

This div background color is #886cbc


#886cbc Border Color

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

This div border color is #886cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886cbc


Comments

No comments written yet.

Please login to write comment.