Color Hex Logo

#886cbf Color Hex

#886CBF
(136,108,191)
0 Favorites   0 Comments

Color spaces of #886cbf

RGB 136108191
HSL0.720.390.59
HSV260°43°75°
CMYK 0.290.430.00   0.25
XYZ24.919919.721051.7833
Yxy19.72100.25840.2045
Hunter Lab44.408322.4514-38.0506
CIE-Lab51.520328.9810-39.6990

#886cbf color RGB value is (136,108,191).

#886cbf hex color red value is 136, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #886cbf hue: 0.72 , saturation: 0.39 and the lightness value of 886cbf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101100 10111111
Octal 210 154 277
Decimal 136 108 191
Hex 88 6C BF

RGB Percentages of Color #886cbf

%31.26
%24.83
%43.91

CMYK Percentages of Color #886cbf

%29
%43
%0
%25

Triadic Colors of #886cbf

#886cbf #bf886c #6cbf88

Analogous Colors of #886cbf

#886cbf #b26cbf #6c7abf

Monochromatic Colors of #886cbf

#886cbf

Complementary Color

#886cbf #a3bf6c

#886cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#886cbf Color CSS Codes

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

#886cbf Text Font Color

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

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


#886cbf Background Color

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

This div background color is #886cbf


#886cbf Border Color

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

This div border color is #886cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886cbf


Comments

No comments written yet.

Please login to write comment.