Color Hex Logo

#987dca Color Hex

#987DCA
(152,125,202)
0 Favorites   0 Comments

Color spaces of #987dca

RGB 152125202
HSL0.730.420.64
HSV261°38°79°
CMYK 0.250.380.00   0.21
XYZ30.943225.606959.1889
Yxy25.60690.26740.2212
Hunter Lab50.603320.5946-33.9272
CIE-Lab57.662026.4547-36.2228

#987dca color RGB value is (152,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111101 11001010
Octal 230 175 312
Decimal 152 125 202
Hex 98 7D CA

RGB Percentages of Color #987dca

%31.73
%26.10
%42.17

CMYK Percentages of Color #987dca

%25
%38
%0
%21

Triadic Colors of #987dca

#987dca #ca987d #7dca98

Analogous Colors of #987dca

#987dca #bf7dca #7d89ca

Monochromatic Colors of #987dca

#987dca

Complementary Color

#987dca #afca7d

#987dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#987dca Color CSS Codes

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

#987dca Text Font Color

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

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


#987dca Background Color

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

This div background color is #987dca


#987dca Border Color

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

This div border color is #987dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987dca


Comments

No comments written yet.

Please login to write comment.