Color Hex Logo

#887cba Color Hex

#887CBA
(136,124,186)
0 Favorites   0 Comments

Color spaces of #887cba

RGB 136124186
HSL0.700.310.61
HSV252°33°73°
CMYK 0.270.330.00   0.27
XYZ26.223923.194749.5493
Yxy23.19470.26500.2344
Hunter Lab48.160912.9128-27.2867
CIE-Lab55.272318.2957-30.9519

#887cba color RGB value is (136,124,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111100 10111010
Octal 210 174 272
Decimal 136 124 186
Hex 88 7C BA

RGB Percentages of Color #887cba

%30.49
%27.80
%41.70

CMYK Percentages of Color #887cba

%27
%33
%0
%27

Triadic Colors of #887cba

#887cba #ba887c #7cba88

Analogous Colors of #887cba

#887cba #a77cba #7c8fba

Monochromatic Colors of #887cba

#887cba

Complementary Color

#887cba #aeba7c

#887cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#887cba Color CSS Codes

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

#887cba Text Font Color

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

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


#887cba Background Color

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

This div background color is #887cba


#887cba Border Color

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

This div border color is #887cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887cba


Comments

No comments written yet.

Please login to write comment.