Color Hex Logo

#887dcb Color Hex

#887DCB
(136,125,203)
0 Favorites   0 Comments

Color spaces of #887dcb

RGB 136125203
HSL0.690.430.64
HSV248°38°80°
CMYK 0.330.380.00   0.20
XYZ28.266524.213359.6837
Yxy24.21330.25200.2159
Hunter Lab49.207016.4254-37.4686
CIE-Lab56.300722.1038-39.0234

#887dcb color RGB value is (136,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111101 11001011
Octal 210 175 313
Decimal 136 125 203
Hex 88 7D CB

RGB Percentages of Color #887dcb

%29.31
%26.94
%43.75

CMYK Percentages of Color #887dcb

%33
%38
%0
%20

Triadic Colors of #887dcb

#887dcb #cb887d #7dcb88

Analogous Colors of #887dcb

#887dcb #af7dcb #7d99cb

Monochromatic Colors of #887dcb

#887dcb

Complementary Color

#887dcb #c0cb7d

#887dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#887dcb Color CSS Codes

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

#887dcb Text Font Color

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

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


#887dcb Background Color

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

This div background color is #887dcb


#887dcb Border Color

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

This div border color is #887dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887dcb


Comments

No comments written yet.

Please login to write comment.