Color Hex Logo

#886abf Color Hex

#886ABF
(136,106,191)
0 Favorites   0 Comments

Color spaces of #886abf

RGB 136106191
HSL0.730.400.58
HSV261°45°75°
CMYK 0.290.450.00   0.25
XYZ24.711319.303951.7138
Yxy19.30390.25810.2017
Hunter Lab43.936223.5065-39.0302
CIE-Lab51.040930.1520-40.4557

#886abf color RGB value is (136,106,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101010 10111111
Octal 210 152 277
Decimal 136 106 191
Hex 88 6A BF

RGB Percentages of Color #886abf

%31.41
%24.48
%44.11

CMYK Percentages of Color #886abf

%29
%45
%0
%25

Triadic Colors of #886abf

#886abf #bf886a #6abf88

Analogous Colors of #886abf

#886abf #b36abf #6a77bf

Monochromatic Colors of #886abf

#886abf

Complementary Color

#886abf #a1bf6a

#886abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#886abf Color CSS Codes

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

#886abf Text Font Color

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

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


#886abf Background Color

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

This div background color is #886abf


#886abf Border Color

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

This div border color is #886abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886abf


Comments

No comments written yet.

Please login to write comment.