Color Hex Logo

#887fdc Color Hex

#887FDC
(136,127,220)
0 Favorites   0 Comments

Color spaces of #887fdc

RGB 136127220
HSL0.680.570.68
HSV246°42°86°
CMYK 0.380.420.00   0.14
XYZ30.661025.580371.0316
Yxy25.58030.24090.2010
Hunter Lab50.577019.7014-47.8645
CIE-Lab57.636525.5158-46.4983

#887fdc color RGB value is (136,127,220).

#887fdc hex color red value is 136, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #887fdc hue: 0.68 , saturation: 0.57 and the lightness value of 887fdc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111111 11011100
Octal 210 177 334
Decimal 136 127 220
Hex 88 7F DC

RGB Percentages of Color #887fdc

%28.16
%26.29
%45.55

CMYK Percentages of Color #887fdc

%38
%42
%0
%14

Triadic Colors of #887fdc

#887fdc #dc887f #7fdc88

Analogous Colors of #887fdc

#887fdc #b77fdc #7fa5dc

Monochromatic Colors of #887fdc

#887fdc

Complementary Color

#887fdc #d3dc7f

#887fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#887fdc Color CSS Codes

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

#887fdc Text Font Color

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

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


#887fdc Background Color

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

This div background color is #887fdc


#887fdc Border Color

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

This div border color is #887fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887fdc


Comments

No comments written yet.

Please login to write comment.