Color Hex Logo

#887bcc Color Hex

#887BCC
(136,123,204)
0 Favorites   0 Comments

Color spaces of #887bcc

RGB 136123204
HSL0.690.440.64
HSV250°40°80°
CMYK 0.330.400.00   0.20
XYZ28.135423.759860.2299
Yxy23.75980.25090.2119
Hunter Lab48.744017.7294-39.1401
CIE-Lab55.846523.5449-40.3044

#887bcc color RGB value is (136,123,204).

#887bcc hex color red value is 136, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #887bcc hue: 0.69 , saturation: 0.44 and the lightness value of 887bcc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111011 11001100
Octal 210 173 314
Decimal 136 123 204
Hex 88 7B CC

RGB Percentages of Color #887bcc

%29.37
%26.57
%44.06

CMYK Percentages of Color #887bcc

%33
%40
%0
%20

Triadic Colors of #887bcc

#887bcc #cc887b #7bcc88

Analogous Colors of #887bcc

#887bcc #b17bcc #7b97cc

Monochromatic Colors of #887bcc

#887bcc

Complementary Color

#887bcc #bfcc7b

#887bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#887bcc Color CSS Codes

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

#887bcc Text Font Color

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

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


#887bcc Background Color

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

This div background color is #887bcc


#887bcc Border Color

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

This div border color is #887bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887bcc


Comments

No comments written yet.

Please login to write comment.