Color Hex Logo

#b886fe Color Hex

#B886FE
(184,134,254)
0 Favorites   0 Comments

Color spaces of #b886fe

RGB 184134254
HSL0.740.980.76
HSV265°47°100°
CMYK 0.280.470.00   0.00
XYZ46.181734.396397.9710
Yxy34.39630.25870.1926
Hunter Lab58.648437.9223-57.9890
CIE-Lab65.275942.7524-52.9514

#b886fe color RGB value is (184,134,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 11111110
Octal 270 206 376
Decimal 184 134 254
Hex B8 86 FE

RGB Percentages of Color #b886fe

%32.17
%23.43
%44.41

CMYK Percentages of Color #b886fe

%28
%47
%0
%0

Triadic Colors of #b886fe

#b886fe #feb886 #86feb8

Analogous Colors of #b886fe

#b886fe #f486fe #8690fe

Monochromatic Colors of #b886fe

#b886fe

Complementary Color

#b886fe #ccfe86

#b886fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b886fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b886fe Color CSS Codes

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

#b886fe Text Font Color

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

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


#b886fe Background Color

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

This div background color is #b886fe


#b886fe Border Color

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

This div border color is #b886fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b886fe


Comments

No comments written yet.

Please login to write comment.