Color Hex Logo

#b86dfe Color Hex

#B86DFE
(184,109,254)
0 Favorites   0 Comments

Color spaces of #b86dfe

RGB 184109254
HSL0.750.990.71
HSV271°57°100°
CMYK 0.280.570.00   0.00
XYZ43.125228.283496.9522
Yxy28.28340.25610.1680
Hunter Lab53.182151.6762-70.8595
CIE-Lab60.143956.0025-61.1281

#b86dfe color RGB value is (184,109,254).

#b86dfe hex color red value is 184, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b86dfe hue: 0.75 , saturation: 0.99 and the lightness value of b86dfe is 0.71.

The process color (four color CMYK) of #b86dfe color hex is 0.28, 0.57, 0.00, 0.00. Web safe color of #b86dfe is #cc66ff. Color #b86dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101101 11111110
Octal 270 155 376
Decimal 184 109 254
Hex B8 6D FE

RGB Percentages of Color #b86dfe

%33.64
%19.93
%46.44

CMYK Percentages of Color #b86dfe

%28
%57
%0
%0

Triadic Colors of #b86dfe

#b86dfe #feb86d #6dfeb8

Analogous Colors of #b86dfe

#b86dfe #fe6dfc #706dfe

Monochromatic Colors of #b86dfe

#b86dfe

Complementary Color

#b86dfe #b3fe6d

#b86dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86dfe Color CSS Codes

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

#b86dfe Text Font Color

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

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


#b86dfe Background Color

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

This div background color is #b86dfe


#b86dfe Border Color

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

This div border color is #b86dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,109,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b86dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b86dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #b86dfe;
  box-shadow:         1px 1px 3px 2px #b86dfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,109,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86dfe

Related Colors

#b86dfe Color Palettes


Comments

No comments written yet.

Please login to write comment.