Color Hex Logo

#b86cfb Color Hex

#B86CFB
(184,108,251)
0 Favorites   0 Comments

Color spaces of #b86cfb

RGB 184108251
HSL0.760.950.70
HSV272°57°98°
CMYK 0.270.570.00   0.02
XYZ42.542327.880594.4060
Yxy27.88050.25810.1691
Hunter Lab52.802051.4131-69.0447
CIE-Lab59.780655.8295-60.0551

#b86cfb color RGB value is (184,108,251).

#b86cfb hex color red value is 184, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b86cfb hue: 0.76 , saturation: 0.95 and the lightness value of b86cfb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101100 11111011
Octal 270 154 373
Decimal 184 108 251
Hex B8 6C FB

RGB Percentages of Color #b86cfb

%33.89
%19.89
%46.22

CMYK Percentages of Color #b86cfb

%27
%57
%0
%2

Triadic Colors of #b86cfb

#b86cfb #fbb86c #6cfbb8

Analogous Colors of #b86cfb

#b86cfb #fb6cf7 #716cfb

Monochromatic Colors of #b86cfb

#b86cfb

Complementary Color

#b86cfb #affb6c

#b86cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86cfb Color CSS Codes

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

#b86cfb Text Font Color

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

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


#b86cfb Background Color

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

This div background color is #b86cfb


#b86cfb Border Color

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

This div border color is #b86cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.