Color Hex Logo

#987de2 Color Hex

#987DE2
(152,125,226)
0 Favorites   0 Comments

Color spaces of #987de2

RGB 152125226
HSL0.710.640.69
HSV256°45°89°
CMYK 0.330.450.00   0.11
XYZ34.010026.833675.3384
Yxy26.83360.24970.1970
Hunter Lab51.801226.5420-49.9692
CIE-Lab58.820032.4709-47.8950

#987de2 color RGB value is (152,125,226).

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

The process color (four color CMYK) of #987de2 color hex is 0.33, 0.45, 0.00, 0.11. Web safe color of #987de2 is #9966cc. Color #987de2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111101 11100010
Octal 230 175 342
Decimal 152 125 226
Hex 98 7D E2

RGB Percentages of Color #987de2

%30.22
%24.85
%44.93

CMYK Percentages of Color #987de2

%33
%45
%0
%11

Triadic Colors of #987de2

#987de2 #e2987d #7de298

Analogous Colors of #987de2

#987de2 #cb7de2 #7d95e2

Monochromatic Colors of #987de2

#987de2

Complementary Color

#987de2 #c7e27d

#987de2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987de2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987de2 Color CSS Codes

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

#987de2 Text Font Color

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

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


#987de2 Background Color

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

This div background color is #987de2


#987de2 Border Color

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

This div border color is #987de2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987de2


Comments

No comments written yet.

Please login to write comment.