Color Hex Logo

#b086fa Color Hex

#B086FA
(176,134,250)
0 Favorites   0 Comments

Color spaces of #b086fa

RGB 176134250
HSL0.730.920.75
HSV262°46°98°
CMYK 0.300.460.00   0.02
XYZ43.684933.182494.5449
Yxy33.18240.25490.1936
Hunter Lab57.604234.5606-56.9889
CIE-Lab64.308339.7075-52.3422

#b086fa color RGB value is (176,134,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000110 11111010
Octal 260 206 372
Decimal 176 134 250
Hex B0 86 FA

RGB Percentages of Color #b086fa

%31.43
%23.93
%44.64

CMYK Percentages of Color #b086fa

%30
%46
%0
%2

Triadic Colors of #b086fa

#b086fa #fab086 #86fab0

Analogous Colors of #b086fa

#b086fa #ea86fa #8696fa

Monochromatic Colors of #b086fa

#b086fa

Complementary Color

#b086fa #d0fa86

#b086fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b086fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b086fa Color CSS Codes

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

#b086fa Text Font Color

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

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


#b086fa Background Color

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

This div background color is #b086fa


#b086fa Border Color

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

This div border color is #b086fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b086fa


Comments

No comments written yet.

Please login to write comment.