Color Hex Logo

#987afb Color Hex

#987AFB
(152,122,251)
0 Favorites   0 Comments

Color spaces of #987afb

RGB 152122251
HSL0.710.940.73
HSV254°51°98°
CMYK 0.390.510.00   0.02
XYZ37.321027.559594.6193
Yxy27.55950.23400.1728
Hunter Lab52.497135.0283-70.1145
CIE-Lab59.488740.7531-60.7020

#987afb color RGB value is (152,122,251).

#987afb hex color red value is 152, green value is 122 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #987afb hue: 0.71 , saturation: 0.94 and the lightness value of 987afb is 0.73.

The process color (four color CMYK) of #987afb color hex is 0.39, 0.51, 0.00, 0.02. Web safe color of #987afb is #9966ff. Color #987afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111010 11111011
Octal 230 172 373
Decimal 152 122 251
Hex 98 7A FB

RGB Percentages of Color #987afb

%28.95
%23.24
%47.81

CMYK Percentages of Color #987afb

%39
%51
%0
%2

Triadic Colors of #987afb

#987afb #fb987a #7afb98

Analogous Colors of #987afb

#987afb #d97afb #7a9dfb

Monochromatic Colors of #987afb

#987afb

Complementary Color

#987afb #ddfb7a

#987afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#987afb Color CSS Codes

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

#987afb Text Font Color

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

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


#987afb Background Color

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

This div background color is #987afb


#987afb Border Color

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

This div border color is #987afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987afb


Comments

No comments written yet.

Please login to write comment.