Color Hex Logo

#b886fb Color Hex

#B886FB
(184,134,251)
0 Favorites   0 Comments

Color spaces of #b886fb

RGB 184134251
HSL0.740.940.75
HSV266°47°98°
CMYK 0.270.470.00   0.02
XYZ45.704834.205695.4602
Yxy34.20560.26060.1950
Hunter Lab58.485637.1430-55.8333
CIE-Lab65.125442.0432-51.5471

#b886fb color RGB value is (184,134,251).

#b886fb hex color red value is 184, green value is 134 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b886fb hue: 0.74 , saturation: 0.94 and the lightness value of b886fb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 11111011
Octal 270 206 373
Decimal 184 134 251
Hex B8 86 FB

RGB Percentages of Color #b886fb

%32.34
%23.55
%44.11

CMYK Percentages of Color #b886fb

%27
%47
%0
%2

Triadic Colors of #b886fb

#b886fb #fbb886 #86fbb8

Analogous Colors of #b886fb

#b886fb #f386fb #868ffb

Monochromatic Colors of #b886fb

#b886fb

Complementary Color

#b886fb #c9fb86

#b886fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b886fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b886fb Color CSS Codes

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

#b886fb Text Font Color

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

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


#b886fb Background Color

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

This div background color is #b886fb


#b886fb Border Color

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

This div border color is #b886fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,134,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 #b886fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b886fb


Comments

No comments written yet.

Please login to write comment.