Color Hex Logo

#887edf Color Hex

#887EDF
(136,126,223)
0 Favorites   0 Comments

Color spaces of #887edf

RGB 136126223
HSL0.680.600.68
HSV246°43°87°
CMYK 0.390.430.00   0.13
XYZ30.933525.483773.1005
Yxy25.48370.23880.1968
Hunter Lab50.481421.0371-50.5190
CIE-Lab57.543726.9288-48.3263

#887edf color RGB value is (136,126,223).

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

The process color (four color CMYK) of #887edf color hex is 0.39, 0.43, 0.00, 0.13. Web safe color of #887edf is #9966cc. Color #887edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111110 11011111
Octal 210 176 337
Decimal 136 126 223
Hex 88 7E DF

RGB Percentages of Color #887edf

%28.04
%25.98
%45.98

CMYK Percentages of Color #887edf

%39
%43
%0
%13

Triadic Colors of #887edf

#887edf #df887e #7edf88

Analogous Colors of #887edf

#887edf #b97edf #7ea5df

Monochromatic Colors of #887edf

#887edf

Complementary Color

#887edf #d5df7e

#887edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#887edf Color CSS Codes

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

#887edf Text Font Color

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

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


#887edf Background Color

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

This div background color is #887edf


#887edf Border Color

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

This div border color is #887edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887edf


Comments

No comments written yet.

Please login to write comment.