Color Hex Logo

#887eee Color Hex

#887EEE
(136,126,238)
0 Favorites   0 Comments

Color spaces of #887eee

RGB 136126238
HSL0.680.770.71
HSV245°47°93°
CMYK 0.430.470.00   0.07
XYZ33.046826.329084.2292
Yxy26.32900.23010.1833
Hunter Lab51.311825.1653-61.4073
CIE-Lab58.348031.1221-55.4102

#887eee color RGB value is (136,126,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111110 11101110
Octal 210 176 356
Decimal 136 126 238
Hex 88 7E EE

RGB Percentages of Color #887eee

%27.20
%25.20
%47.60

CMYK Percentages of Color #887eee

%43
%47
%0
%7

Triadic Colors of #887eee

#887eee #ee887e #7eee88

Analogous Colors of #887eee

#887eee #c07eee #7eacee

Monochromatic Colors of #887eee

#887eee

Complementary Color

#887eee #e4ee7e

#887eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#887eee Color CSS Codes

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

#887eee Text Font Color

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

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


#887eee Background Color

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

This div background color is #887eee


#887eee Border Color

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

This div border color is #887eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887eee


Comments

No comments written yet.

Please login to write comment.