Color Hex Logo

#887eea Color Hex

#887EEA
(136,126,234)
0 Favorites   0 Comments

Color spaces of #887eea

RGB 136126234
HSL0.680.720.71
HSV246°46°92°
CMYK 0.420.460.00   0.08
XYZ32.465526.096581.1679
Yxy26.09650.23230.1868
Hunter Lab51.084724.0425-58.4458
CIE-Lab58.128529.9944-53.5368

#887eea color RGB value is (136,126,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111110 11101010
Octal 210 176 352
Decimal 136 126 234
Hex 88 7E EA

RGB Percentages of Color #887eea

%27.42
%25.40
%47.18

CMYK Percentages of Color #887eea

%42
%46
%0
%8

Triadic Colors of #887eea

#887eea #ea887e #7eea88

Analogous Colors of #887eea

#887eea #be7eea #7eaaea

Monochromatic Colors of #887eea

#887eea

Complementary Color

#887eea #e0ea7e

#887eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#887eea Color CSS Codes

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

#887eea Text Font Color

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

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


#887eea Background Color

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

This div background color is #887eea


#887eea Border Color

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

This div border color is #887eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887eea


Comments

No comments written yet.

Please login to write comment.