Color Hex Logo

#b986df Color Hex

#B986DF
(185,134,223)
0 Favorites   0 Comments

Color spaces of #b986df

RGB 185134223
HSL0.760.580.70
HSV274°40°87°
CMYK 0.170.400.00   0.13
XYZ41.852032.692273.9164
Yxy32.69220.28190.2202
Hunter Lab57.177130.5970-36.6239
CIE-Lab63.910935.9466-37.9975

#b986df color RGB value is (185,134,223).

#b986df hex color red value is 185, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b986df hue: 0.76 , saturation: 0.58 and the lightness value of b986df is 0.70.

The process color (four color CMYK) of #b986df color hex is 0.17, 0.40, 0.00, 0.13. Web safe color of #b986df is #cc99cc. Color #b986df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000110 11011111
Octal 271 206 337
Decimal 185 134 223
Hex B9 86 DF

RGB Percentages of Color #b986df

%34.13
%24.72
%41.14

CMYK Percentages of Color #b986df

%17
%40
%0
%13

Triadic Colors of #b986df

#b986df #dfb986 #86dfb9

Analogous Colors of #b986df

#b986df #df86d9 #8d86df

Monochromatic Colors of #b986df

#b986df

Complementary Color

#b986df #acdf86

#b986df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b986df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b986df Color CSS Codes

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

#b986df Text Font Color

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

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


#b986df Background Color

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

This div background color is #b986df


#b986df Border Color

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

This div border color is #b986df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b986df


Comments

No comments written yet.

Please login to write comment.