Color Hex Logo

#b987ff Color Hex

#B987FF
(185,135,255)
0 Favorites   0 Comments

Color spaces of #b987ff

RGB 185135255
HSL0.741.000.76
HSV265°47°100°
CMYK 0.270.470.00   0.00
XYZ46.721634.862298.8743
Yxy34.86220.25890.1932
Hunter Lab59.044237.9194-57.9549
CIE-Lab65.641242.7036-52.9131

#b987ff color RGB value is (185,135,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000111 11111111
Octal 271 207 377
Decimal 185 135 255
Hex B9 87 FF

RGB Percentages of Color #b987ff

%32.17
%23.48
%44.35

CMYK Percentages of Color #b987ff

%27
%47
%0
%0

Triadic Colors of #b987ff

#b987ff #ffb987 #87ffb9

Analogous Colors of #b987ff

#b987ff #f587ff #8791ff

Monochromatic Colors of #b987ff

#b987ff

Complementary Color

#b987ff #cdff87

#b987ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b987ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b987ff Color CSS Codes

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

#b987ff Text Font Color

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

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


#b987ff Background Color

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

This div background color is #b987ff


#b987ff Border Color

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

This div border color is #b987ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,135,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b987ff


Comments

No comments written yet.

Please login to write comment.