Color Hex Logo

#b386fe Color Hex

#B386FE
(179,134,254)
0 Favorites   0 Comments

Color spaces of #b386fe

RGB 179134254
HSL0.730.980.76
HSV263°47°100°
CMYK 0.300.470.00   0.00
XYZ45.004933.789797.9160
Yxy33.78970.25470.1912
Hunter Lab58.128936.4737-59.1816
CIE-Lab64.795341.4564-53.7439

#b386fe color RGB value is (179,134,254).

#b386fe hex color red value is 179, green value is 134 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b386fe hue: 0.73 , saturation: 0.98 and the lightness value of b386fe is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000110 11111110
Octal 263 206 376
Decimal 179 134 254
Hex B3 86 FE

RGB Percentages of Color #b386fe

%31.57
%23.63
%44.80

CMYK Percentages of Color #b386fe

%30
%47
%0
%0

Triadic Colors of #b386fe

#b386fe #feb386 #86feb3

Analogous Colors of #b386fe

#b386fe #ef86fe #8695fe

Monochromatic Colors of #b386fe

#b386fe

Complementary Color

#b386fe #d1fe86

#b386fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b386fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b386fe Color CSS Codes

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

#b386fe Text Font Color

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

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


#b386fe Background Color

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

This div background color is #b386fe


#b386fe Border Color

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

This div border color is #b386fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b386fe


Comments

No comments written yet.

Please login to write comment.