Color Hex Logo

#887fef Color Hex

#887FEF
(136,127,239)
0 Favorites   0 Comments

Color spaces of #887fef

RGB 136127239
HSL0.680.780.72
HSV245°47°94°
CMYK 0.430.470.00   0.06
XYZ33.322726.645085.0481
Yxy26.64500.22980.1837
Hunter Lab51.618824.8984-61.5542
CIE-Lab58.644330.8208-55.4924

#887fef color RGB value is (136,127,239).

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

The process color (four color CMYK) of #887fef color hex is 0.43, 0.47, 0.00, 0.06. Web safe color of #887fef is #9966ff. Color #887fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111111 11101111
Octal 210 177 357
Decimal 136 127 239
Hex 88 7F EF

RGB Percentages of Color #887fef

%27.09
%25.30
%47.61

CMYK Percentages of Color #887fef

%43
%47
%0
%6

Triadic Colors of #887fef

#887fef #ef887f #7fef88

Analogous Colors of #887fef

#887fef #c07fef #7faeef

Monochromatic Colors of #887fef

#887fef

Complementary Color

#887fef #e6ef7f

#887fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#887fef Color CSS Codes

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

#887fef Text Font Color

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

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


#887fef Background Color

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

This div background color is #887fef


#887fef Border Color

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

This div border color is #887fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887fef


Comments

No comments written yet.

Please login to write comment.