Color Hex Logo

#987dcb Color Hex

#987DCB
(152,125,203)
0 Favorites   0 Comments

Color spaces of #987dcb

RGB 152125203
HSL0.720.430.64
HSV261°38°80°
CMYK 0.250.380.00   0.20
XYZ31.062025.654459.8146
Yxy25.65440.26660.2202
Hunter Lab50.650220.8301-34.5626
CIE-Lab57.707526.6981-36.7175

#987dcb color RGB value is (152,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111101 11001011
Octal 230 175 313
Decimal 152 125 203
Hex 98 7D CB

RGB Percentages of Color #987dcb

%31.67
%26.04
%42.29

CMYK Percentages of Color #987dcb

%25
%38
%0
%20

Triadic Colors of #987dcb

#987dcb #cb987d #7dcb98

Analogous Colors of #987dcb

#987dcb #bf7dcb #7d89cb

Monochromatic Colors of #987dcb

#987dcb

Complementary Color

#987dcb #b0cb7d

#987dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#987dcb Color CSS Codes

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

#987dcb Text Font Color

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

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


#987dcb Background Color

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

This div background color is #987dcb


#987dcb Border Color

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

This div border color is #987dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987dcb


Comments

No comments written yet.

Please login to write comment.