Color Hex Logo

#987cda Color Hex

#987CDA
(152,124,218)
0 Favorites   0 Comments

Color spaces of #987cda

RGB 152124218
HSL0.720.560.67
HSV258°43°85°
CMYK 0.300.430.00   0.15
XYZ32.811426.152769.6483
Yxy26.15270.25510.2033
Hunter Lab51.139725.0317-44.9506
CIE-Lab58.181731.0021-44.4249

#987cda color RGB value is (152,124,218).

#987cda hex color red value is 152, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #987cda hue: 0.72 , saturation: 0.56 and the lightness value of 987cda is 0.67.

The process color (four color CMYK) of #987cda color hex is 0.30, 0.43, 0.00, 0.15. Web safe color of #987cda is #9966cc. Color #987cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111100 11011010
Octal 230 174 332
Decimal 152 124 218
Hex 98 7C DA

RGB Percentages of Color #987cda

%30.77
%25.10
%44.13

CMYK Percentages of Color #987cda

%30
%43
%0
%15

Triadic Colors of #987cda

#987cda #da987c #7cda98

Analogous Colors of #987cda

#987cda #c77cda #7c8fda

Monochromatic Colors of #987cda

#987cda

Complementary Color

#987cda #beda7c

#987cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#987cda Color CSS Codes

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

#987cda Text Font Color

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

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


#987cda Background Color

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

This div background color is #987cda


#987cda Border Color

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

This div border color is #987cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987cda


Comments

No comments written yet.

Please login to write comment.