Color Hex Logo

#887cfb Color Hex

#887CFB
(136,124,251)
0 Favorites   0 Comments

Color spaces of #887cfb

RGB 136124251
HSL0.680.940.74
HSV246°51°98°
CMYK 0.460.510.00   0.02
XYZ34.773626.614694.5711
Yxy26.61460.22300.1707
Hunter Lab51.589330.0359-72.5750
CIE-Lab58.615935.9877-62.1744

#887cfb color RGB value is (136,124,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111100 11111011
Octal 210 174 373
Decimal 136 124 251
Hex 88 7C FB

RGB Percentages of Color #887cfb

%26.61
%24.27
%49.12

CMYK Percentages of Color #887cfb

%46
%51
%0
%2

Triadic Colors of #887cfb

#887cfb #fb887c #7cfb88

Analogous Colors of #887cfb

#887cfb #c87cfb #7cb0fb

Monochromatic Colors of #887cfb

#887cfb

Complementary Color

#887cfb #effb7c

#887cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#887cfb Color CSS Codes

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

#887cfb Text Font Color

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

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


#887cfb Background Color

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

This div background color is #887cfb


#887cfb Border Color

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

This div border color is #887cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,124,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 #887cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887cfb


Comments

No comments written yet.

Please login to write comment.