Color Hex Logo

#887abb Color Hex

#887ABB
(136,122,187)
0 Favorites   0 Comments

Color spaces of #887abb

RGB 136122187
HSL0.700.320.61
HSV253°35°73°
CMYK 0.270.350.00   0.27
XYZ26.082522.741250.0285
Yxy22.74120.26390.2301
Hunter Lab47.687714.1759-28.8189
CIE-Lab54.804819.7249-32.2524

#887abb color RGB value is (136,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111010 10111011
Octal 210 172 273
Decimal 136 122 187
Hex 88 7A BB

RGB Percentages of Color #887abb

%30.56
%27.42
%42.02

CMYK Percentages of Color #887abb

%27
%35
%0
%27

Triadic Colors of #887abb

#887abb #bb887a #7abb88

Analogous Colors of #887abb

#887abb #a97abb #7a8dbb

Monochromatic Colors of #887abb

#887abb

Complementary Color

#887abb #adbb7a

#887abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#887abb Color CSS Codes

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

#887abb Text Font Color

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

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


#887abb Background Color

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

This div background color is #887abb


#887abb Border Color

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

This div border color is #887abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887abb


Comments

No comments written yet.

Please login to write comment.