Color Hex Logo

#b086fb Color Hex

#B086FB
(176,134,251)
0 Favorites   0 Comments

Color spaces of #b086fb

RGB 176134251
HSL0.730.940.75
HSV262°47°98°
CMYK 0.300.470.00   0.02
XYZ43.842233.245395.3730
Yxy33.24530.25420.1928
Hunter Lab57.658734.8240-57.7101
CIE-Lab64.359039.9515-52.8102

#b086fb color RGB value is (176,134,251).

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

The process color (four color CMYK) of #b086fb color hex is 0.30, 0.47, 0.00, 0.02. Web safe color of #b086fb is #9999ff. Color #b086fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000110 11111011
Octal 260 206 373
Decimal 176 134 251
Hex B0 86 FB

RGB Percentages of Color #b086fb

%31.37
%23.89
%44.74

CMYK Percentages of Color #b086fb

%30
%47
%0
%2

Triadic Colors of #b086fb

#b086fb #fbb086 #86fbb0

Analogous Colors of #b086fb

#b086fb #eb86fb #8697fb

Monochromatic Colors of #b086fb

#b086fb

Complementary Color

#b086fb #d1fb86

#b086fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b086fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b086fb Color CSS Codes

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

#b086fb Text Font Color

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

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


#b086fb Background Color

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

This div background color is #b086fb


#b086fb Border Color

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

This div border color is #b086fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b086fb


Comments

No comments written yet.

Please login to write comment.