Color Hex Logo

#b987fd Color Hex

#B987FD
(185,135,253)
0 Favorites   0 Comments

Color spaces of #b987fd

RGB 185135253
HSL0.740.970.76
HSV265°47°99°
CMYK 0.270.470.00   0.01
XYZ46.401234.734197.1872
Yxy34.73410.26020.1948
Hunter Lab58.935637.3992-56.5166
CIE-Lab65.541142.2310-51.9779

#b987fd color RGB value is (185,135,253).

#b987fd hex color red value is 185, green value is 135 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b987fd hue: 0.74 , saturation: 0.97 and the lightness value of b987fd is 0.76.

The process color (four color CMYK) of #b987fd color hex is 0.27, 0.47, 0.00, 0.01. Web safe color of #b987fd is #cc99ff. Color #b987fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000111 11111101
Octal 271 207 375
Decimal 185 135 253
Hex B9 87 FD

RGB Percentages of Color #b987fd

%32.29
%23.56
%44.15

CMYK Percentages of Color #b987fd

%27
%47
%0
%1

Triadic Colors of #b987fd

#b987fd #fdb987 #87fdb9

Analogous Colors of #b987fd

#b987fd #f487fd #8790fd

Monochromatic Colors of #b987fd

#b987fd

Complementary Color

#b987fd #cbfd87

#b987fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b987fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b987fd Color CSS Codes

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

#b987fd Text Font Color

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

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


#b987fd Background Color

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

This div background color is #b987fd


#b987fd Border Color

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

This div border color is #b987fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,135,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b987fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b987fd;
  -webkit-box-shadow: 1px 1px 3px 2px #b987fd;
  box-shadow:         1px 1px 3px 2px #b987fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,135,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 #b987fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b987fd


Comments

No comments written yet.

Please login to write comment.