Color Hex Logo

#987ece Color Hex

#987ECE
(152,126,206)
0 Favorites   0 Comments

Color spaces of #987ece

RGB 152126206
HSL0.720.450.65
HSV260°39°81°
CMYK 0.260.390.00   0.19
XYZ31.550326.053361.7584
Yxy26.05330.26430.2183
Hunter Lab51.042421.0100-36.0078
CIE-Lab58.087626.8552-37.8176

#987ece color RGB value is (152,126,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111110 11001110
Octal 230 176 316
Decimal 152 126 206
Hex 98 7E CE

RGB Percentages of Color #987ece

%31.40
%26.03
%42.56

CMYK Percentages of Color #987ece

%26
%39
%0
%19

Triadic Colors of #987ece

#987ece #ce987e #7ece98

Analogous Colors of #987ece

#987ece #c07ece #7e8cce

Monochromatic Colors of #987ece

#987ece

Complementary Color

#987ece #b4ce7e

#987ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#987ece Color CSS Codes

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

#987ece Text Font Color

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

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


#987ece Background Color

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

This div background color is #987ece


#987ece Border Color

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

This div border color is #987ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,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 #987ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987ece


Comments

No comments written yet.

Please login to write comment.