Color Hex Logo

#987bfd Color Hex

#987BFD
(152,123,253)
0 Favorites   0 Comments

Color spaces of #987bfd

RGB 152123253
HSL0.700.970.74
HSV253°51°99°
CMYK 0.400.510.00   0.01
XYZ37.761527.933296.3299
Yxy27.93320.23310.1724
Hunter Lab52.851935.0436-71.0680
CIE-Lab59.828340.7239-61.2596

#987bfd color RGB value is (152,123,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111011 11111101
Octal 230 173 375
Decimal 152 123 253
Hex 98 7B FD

RGB Percentages of Color #987bfd

%28.79
%23.30
%47.92

CMYK Percentages of Color #987bfd

%40
%51
%0
%1

Triadic Colors of #987bfd

#987bfd #fd987b #7bfd98

Analogous Colors of #987bfd

#987bfd #d97bfd #7b9ffd

Monochromatic Colors of #987bfd

#987bfd

Complementary Color

#987bfd #e0fd7b

#987bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#987bfd Color CSS Codes

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

#987bfd Text Font Color

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

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


#987bfd Background Color

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

This div background color is #987bfd


#987bfd Border Color

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

This div border color is #987bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.