Color Hex Logo

#987bfa Color Hex

#987BFA
(152,123,250)
0 Favorites   0 Comments

Color spaces of #987bfa

RGB 152123250
HSL0.700.930.73
HSV254°51°98°
CMYK 0.390.510.00   0.02
XYZ37.287227.743493.8323
Yxy27.74340.23470.1746
Hunter Lab52.672034.1865-68.7515
CIE-Lab59.656239.9204-59.8825

#987bfa color RGB value is (152,123,250).

#987bfa hex color red value is 152, green value is 123 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #987bfa hue: 0.70 , saturation: 0.93 and the lightness value of 987bfa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111011 11111010
Octal 230 173 372
Decimal 152 123 250
Hex 98 7B FA

RGB Percentages of Color #987bfa

%28.95
%23.43
%47.62

CMYK Percentages of Color #987bfa

%39
%51
%0
%2

Triadic Colors of #987bfa

#987bfa #fa987b #7bfa98

Analogous Colors of #987bfa

#987bfa #d87bfa #7b9efa

Monochromatic Colors of #987bfa

#987bfa

Complementary Color

#987bfa #ddfa7b

#987bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#987bfa Color CSS Codes

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

#987bfa Text Font Color

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

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


#987bfa Background Color

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

This div background color is #987bfa


#987bfa Border Color

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

This div border color is #987bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.