Color Hex Logo

#887efb Color Hex

#887EFB
(136,126,251)
0 Favorites   0 Comments

Color spaces of #887efb

RGB 136126251
HSL0.680.940.74
HSV245°50°98°
CMYK 0.460.500.00   0.02
XYZ35.026827.121094.6555
Yxy27.12100.22340.1730
Hunter Lab52.077828.9203-71.3097
CIE-Lab59.086234.8265-61.4203

#887efb color RGB value is (136,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111110 11111011
Octal 210 176 373
Decimal 136 126 251
Hex 88 7E FB

RGB Percentages of Color #887efb

%26.51
%24.56
%48.93

CMYK Percentages of Color #887efb

%46
%50
%0
%2

Triadic Colors of #887efb

#887efb #fb887e #7efb88

Analogous Colors of #887efb

#887efb #c77efb #7eb3fb

Monochromatic Colors of #887efb

#887efb

Complementary Color

#887efb #f1fb7e

#887efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#887efb Color CSS Codes

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

#887efb Text Font Color

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

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


#887efb Background Color

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

This div background color is #887efb


#887efb Border Color

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

This div border color is #887efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887efb

Related Colors


Comments

No comments written yet.

Please login to write comment.