Color Hex Logo

#887feb Color Hex

#887FEB
(136,127,235)
0 Favorites   0 Comments

Color spaces of #887feb

RGB 136127235
HSL0.680.730.71
HSV245°46°92°
CMYK 0.420.460.00   0.08
XYZ32.738126.411181.9696
Yxy26.41110.23200.1872
Hunter Lab51.391723.7744-58.5931
CIE-Lab58.425229.6911-53.6204

#887feb color RGB value is (136,127,235).

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

The process color (four color CMYK) of #887feb color hex is 0.42, 0.46, 0.00, 0.08. Web safe color of #887feb is #9966ff. Color #887feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111111 11101011
Octal 210 177 353
Decimal 136 127 235
Hex 88 7F EB

RGB Percentages of Color #887feb

%27.31
%25.50
%47.19

CMYK Percentages of Color #887feb

%42
%46
%0
%8

Triadic Colors of #887feb

#887feb #eb887f #7feb88

Analogous Colors of #887feb

#887feb #be7feb #7faceb

Monochromatic Colors of #887feb

#887feb

Complementary Color

#887feb #e2eb7f

#887feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#887feb Color CSS Codes

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

#887feb Text Font Color

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

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


#887feb Background Color

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

This div background color is #887feb


#887feb Border Color

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

This div border color is #887feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887feb


Comments

No comments written yet.

Please login to write comment.