Color Hex Logo

#987eaf Color Hex

#987EAF
(152,126,175)
0 Favorites   0 Comments

Color spaces of #987eaf

RGB 152126175
HSL0.760.230.59
HSV272°28°69°
CMYK 0.130.280.00   0.31
XYZ28.147624.692343.8400
Yxy24.69230.29110.2554
Hunter Lab49.691314.1512-17.5244
CIE-Lab56.774419.5936-22.2109

#987eaf color RGB value is (152,126,175).

#987eaf hex color red value is 152, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #987eaf hue: 0.76 , saturation: 0.23 and the lightness value of 987eaf is 0.59.

The process color (four color CMYK) of #987eaf color hex is 0.13, 0.28, 0.00, 0.31. Web safe color of #987eaf is #996699. Color #987eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111110 10101111
Octal 230 176 257
Decimal 152 126 175
Hex 98 7E AF

RGB Percentages of Color #987eaf

%33.55
%27.81
%38.63

CMYK Percentages of Color #987eaf

%13
%28
%0
%31

Triadic Colors of #987eaf

#987eaf #af987e #7eaf98

Analogous Colors of #987eaf

#987eaf #af7eae #807eaf

Monochromatic Colors of #987eaf

#987eaf

Complementary Color

#987eaf #95af7e

#987eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#987eaf Color CSS Codes

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

#987eaf Text Font Color

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

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


#987eaf Background Color

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

This div background color is #987eaf


#987eaf Border Color

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

This div border color is #987eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987eaf


Comments

No comments written yet.

Please login to write comment.