Color Hex Logo

#b686fa Color Hex

#B686FA
(182,134,250)
0 Favorites   0 Comments

Color spaces of #b686fa

RGB 182134250
HSL0.740.920.75
HSV265°46°98°
CMYK 0.270.460.00   0.02
XYZ45.071833.897494.6098
Yxy33.89740.25970.1953
Hunter Lab58.221536.2971-55.5911
CIE-Lab64.881141.2798-51.3984

#b686fa color RGB value is (182,134,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000110 11111010
Octal 266 206 372
Decimal 182 134 250
Hex B6 86 FA

RGB Percentages of Color #b686fa

%32.16
%23.67
%44.17

CMYK Percentages of Color #b686fa

%27
%46
%0
%2

Triadic Colors of #b686fa

#b686fa #fab686 #86fab6

Analogous Colors of #b686fa

#b686fa #f086fa #8690fa

Monochromatic Colors of #b686fa

#b686fa

Complementary Color

#b686fa #cafa86

#b686fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b686fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b686fa Color CSS Codes

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

#b686fa Text Font Color

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

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


#b686fa Background Color

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

This div background color is #b686fa


#b686fa Border Color

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

This div border color is #b686fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b686fa

Related Colors


Comments

No comments written yet.

Please login to write comment.