Color Hex Logo

#887bef Color Hex

#887BEF
(136,123,239)
0 Favorites   0 Comments

Color spaces of #887bef

RGB 136123239
HSL0.690.780.71
HSV247°49°94°
CMYK 0.430.490.00   0.06
XYZ32.816325.632284.8792
Yxy25.63220.22900.1788
Hunter Lab50.628327.1010-63.9610
CIE-Lab57.686333.1551-57.0222

#887bef color RGB value is (136,123,239).

#887bef hex color red value is 136, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #887bef hue: 0.69 , saturation: 0.78 and the lightness value of 887bef is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111011 11101111
Octal 210 173 357
Decimal 136 123 239
Hex 88 7B EF

RGB Percentages of Color #887bef

%27.31
%24.70
%47.99

CMYK Percentages of Color #887bef

%43
%49
%0
%6

Triadic Colors of #887bef

#887bef #ef887b #7bef88

Analogous Colors of #887bef

#887bef #c27bef #7ba8ef

Monochromatic Colors of #887bef

#887bef

Complementary Color

#887bef #e2ef7b

#887bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#887bef Color CSS Codes

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

#887bef Text Font Color

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

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


#887bef Background Color

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

This div background color is #887bef


#887bef Border Color

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

This div border color is #887bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887bef


Comments

No comments written yet.

Please login to write comment.