Color Hex Logo

#987ecb Color Hex

#987ECB
(152,126,203)
0 Favorites   0 Comments

Color spaces of #987ecb

RGB 152126203
HSL0.720.430.65
HSV260°38°80°
CMYK 0.250.380.00   0.20
XYZ31.189225.908959.8570
Yxy25.90890.26670.2215
Hunter Lab50.900820.2986-34.0918
CIE-Lab57.950526.1205-36.3373

#987ecb color RGB value is (152,126,203).

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

The process color (four color CMYK) of #987ecb color hex is 0.25, 0.38, 0.00, 0.20. Web safe color of #987ecb is #9966cc. Color #987ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111110 11001011
Octal 230 176 313
Decimal 152 126 203
Hex 98 7E CB

RGB Percentages of Color #987ecb

%31.60
%26.20
%42.20

CMYK Percentages of Color #987ecb

%25
%38
%0
%20

Triadic Colors of #987ecb

#987ecb #cb987e #7ecb98

Analogous Colors of #987ecb

#987ecb #bf7ecb #7e8bcb

Monochromatic Colors of #987ecb

#987ecb

Complementary Color

#987ecb #b1cb7e

#987ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#987ecb Color CSS Codes

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

#987ecb Text Font Color

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

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


#987ecb Background Color

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

This div background color is #987ecb


#987ecb Border Color

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

This div border color is #987ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987ecb


Comments

No comments written yet.

Please login to write comment.