Color Hex Logo

#886bbc Color Hex

#886BBC
(136,107,188)
0 Favorites   0 Comments

Color spaces of #886bbc

RGB 136107188
HSL0.730.380.58
HSV261°43°74°
CMYK 0.280.430.00   0.26
XYZ24.488119.380550.0271
Yxy19.38050.26080.2064
Hunter Lab44.023322.2505-36.5596
CIE-Lab51.129428.8065-38.5877

#886bbc color RGB value is (136,107,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101011 10111100
Octal 210 153 274
Decimal 136 107 188
Hex 88 6B BC

RGB Percentages of Color #886bbc

%31.55
%24.83
%43.62

CMYK Percentages of Color #886bbc

%28
%43
%0
%26

Triadic Colors of #886bbc

#886bbc #bc886b #6bbc88

Analogous Colors of #886bbc

#886bbc #b16bbc #6b77bc

Monochromatic Colors of #886bbc

#886bbc

Complementary Color

#886bbc #9fbc6b

#886bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#886bbc Color CSS Codes

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

#886bbc Text Font Color

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

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


#886bbc Background Color

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

This div background color is #886bbc


#886bbc Border Color

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

This div border color is #886bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886bbc


Comments

No comments written yet.

Please login to write comment.