Color Hex Logo

#887eef Color Hex

#887EEF
(136,126,239)
0 Favorites   0 Comments

Color spaces of #887eef

RGB 136126239
HSL0.680.780.72
HSV245°47°94°
CMYK 0.430.470.00   0.06
XYZ33.194226.387985.0052
Yxy26.38790.22960.1825
Hunter Lab51.369225.4488-62.1541
CIE-Lab58.403431.4052-55.8767

#887eef color RGB value is (136,126,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111110 11101111
Octal 210 176 357
Decimal 136 126 239
Hex 88 7E EF

RGB Percentages of Color #887eef

%27.15
%25.15
%47.70

CMYK Percentages of Color #887eef

%43
%47
%0
%6

Triadic Colors of #887eef

#887eef #ef887e #7eef88

Analogous Colors of #887eef

#887eef #c17eef #7eadef

Monochromatic Colors of #887eef

#887eef

Complementary Color

#887eef #e5ef7e

#887eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#887eef Color CSS Codes

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

#887eef Text Font Color

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

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


#887eef Background Color

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

This div background color is #887eef


#887eef Border Color

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

This div border color is #887eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,126,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 #887eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887eef


Comments

No comments written yet.

Please login to write comment.