Color Hex Logo

#887ece Color Hex

#887ECE
(136,126,206)
0 Favorites   0 Comments

Color spaces of #887ece

RGB 136126206
HSL0.690.450.65
HSV248°39°81°
CMYK 0.340.390.00   0.19
XYZ28.754824.612261.6276
Yxy24.61220.25010.2140
Hunter Lab49.610716.6415-38.9240
CIE-Lab56.695622.3126-40.1007

#887ece color RGB value is (136,126,206).

#887ece hex color red value is 136, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #887ece hue: 0.69 , saturation: 0.45 and the lightness value of 887ece is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111110 11001110
Octal 210 176 316
Decimal 136 126 206
Hex 88 7E CE

RGB Percentages of Color #887ece

%29.06
%26.92
%44.02

CMYK Percentages of Color #887ece

%34
%39
%0
%19

Triadic Colors of #887ece

#887ece #ce887e #7ece88

Analogous Colors of #887ece

#887ece #b07ece #7e9cce

Monochromatic Colors of #887ece

#887ece

Complementary Color

#887ece #c4ce7e

#887ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#887ece Color CSS Codes

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

#887ece Text Font Color

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

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


#887ece Background Color

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

This div background color is #887ece


#887ece Border Color

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

This div border color is #887ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887ece


Comments

No comments written yet.

Please login to write comment.