Color Hex Logo

#887abc Color Hex

#887ABC
(136,122,188)
0 Favorites   0 Comments

Color spaces of #887abc

RGB 136122188
HSL0.700.330.61
HSV253°35°74°
CMYK 0.280.350.00   0.26
XYZ26.190022.784150.5944
Yxy22.78410.26300.2288
Hunter Lab47.732714.4073-29.4317
CIE-Lab54.849319.9789-32.7554

#887abc color RGB value is (136,122,188).

#887abc hex color red value is 136, green value is 122 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #887abc hue: 0.70 , saturation: 0.33 and the lightness value of 887abc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111010 10111100
Octal 210 172 274
Decimal 136 122 188
Hex 88 7A BC

RGB Percentages of Color #887abc

%30.49
%27.35
%42.15

CMYK Percentages of Color #887abc

%28
%35
%0
%26

Triadic Colors of #887abc

#887abc #bc887a #7abc88

Analogous Colors of #887abc

#887abc #a97abc #7a8dbc

Monochromatic Colors of #887abc

#887abc

Complementary Color

#887abc #aebc7a

#887abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#887abc Color CSS Codes

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

#887abc Text Font Color

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

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


#887abc Background Color

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

This div background color is #887abc


#887abc Border Color

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

This div border color is #887abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887abc


Comments

No comments written yet.

Please login to write comment.