Color Hex Logo

#886abc Color Hex

#886ABC
(136,106,188)
0 Favorites   0 Comments

Color spaces of #886abc

RGB 136106188
HSL0.730.380.58
HSV262°44°74°
CMYK 0.280.440.00   0.26
XYZ24.384519.173149.9925
Yxy19.17310.26070.2050
Hunter Lab43.787122.7770-37.0415
CIE-Lab50.889129.3931-38.9665

#886abc color RGB value is (136,106,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101010 10111100
Octal 210 152 274
Decimal 136 106 188
Hex 88 6A BC

RGB Percentages of Color #886abc

%31.63
%24.65
%43.72

CMYK Percentages of Color #886abc

%28
%44
%0
%26

Triadic Colors of #886abc

#886abc #bc886a #6abc88

Analogous Colors of #886abc

#886abc #b16abc #6a75bc

Monochromatic Colors of #886abc

#886abc

Complementary Color

#886abc #9ebc6a

#886abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#886abc Color CSS Codes

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

#886abc Text Font Color

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

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


#886abc Background Color

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

This div background color is #886abc


#886abc Border Color

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

This div border color is #886abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886abc


Comments

No comments written yet.

Please login to write comment.