Color Hex Logo

#887fec Color Hex

#887FEC
(136,127,236)
0 Favorites   0 Comments

Color spaces of #887fec

RGB 136127236
HSL0.680.740.71
HSV245°46°93°
CMYK 0.420.460.00   0.07
XYZ32.883026.469182.7328
Yxy26.46910.23140.1863
Hunter Lab51.448124.0538-59.3295
CIE-Lab58.479729.9728-54.0894

#887fec color RGB value is (136,127,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111111 11101100
Octal 210 177 354
Decimal 136 127 236
Hex 88 7F EC

RGB Percentages of Color #887fec

%27.25
%25.45
%47.29

CMYK Percentages of Color #887fec

%42
%46
%0
%7

Triadic Colors of #887fec

#887fec #ec887f #7fec88

Analogous Colors of #887fec

#887fec #bf7fec #7fadec

Monochromatic Colors of #887fec

#887fec

Complementary Color

#887fec #e3ec7f

#887fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#887fec Color CSS Codes

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

#887fec Text Font Color

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

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


#887fec Background Color

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

This div background color is #887fec


#887fec Border Color

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

This div border color is #887fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887fec


Comments

No comments written yet.

Please login to write comment.