Color Hex Logo

#b986eb Color Hex

#B986EB
(185,134,235)
0 Favorites   0 Comments

Color spaces of #b986eb

RGB 185134235
HSL0.750.720.72
HSV270°43°92°
CMYK 0.210.430.00   0.08
XYZ43.528133.362682.7427
Yxy33.36260.27270.2090
Hunter Lab57.760433.4366-44.5017
CIE-Lab64.453438.6198-43.7971

#b986eb color RGB value is (185,134,235).

#b986eb hex color red value is 185, green value is 134 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b986eb hue: 0.75 , saturation: 0.72 and the lightness value of b986eb is 0.72.

The process color (four color CMYK) of #b986eb color hex is 0.21, 0.43, 0.00, 0.08. Web safe color of #b986eb is #cc99ff. Color #b986eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000110 11101011
Octal 271 206 353
Decimal 185 134 235
Hex B9 86 EB

RGB Percentages of Color #b986eb

%33.39
%24.19
%42.42

CMYK Percentages of Color #b986eb

%21
%43
%0
%8

Triadic Colors of #b986eb

#b986eb #ebb986 #86ebb9

Analogous Colors of #b986eb

#b986eb #eb86eb #8786eb

Monochromatic Colors of #b986eb

#b986eb

Complementary Color

#b986eb #b8eb86

#b986eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b986eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b986eb Color CSS Codes

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

#b986eb Text Font Color

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

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


#b986eb Background Color

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

This div background color is #b986eb


#b986eb Border Color

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

This div border color is #b986eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b986eb


Comments

No comments written yet.

Please login to write comment.