Color Hex Logo

#b88bfe Color Hex

#B88BFE
(184,139,254)
0 Favorites   0 Comments

Color spaces of #b88bfe

RGB 184139254
HSL0.730.980.77
HSV263°45°100°
CMYK 0.280.450.00   0.00
XYZ46.889235.811398.2069
Yxy35.81130.25920.1980
Hunter Lab59.842535.1380-55.4103
CIE-Lab66.375540.0100-51.2104

#b88bfe color RGB value is (184,139,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001011 11111110
Octal 270 213 376
Decimal 184 139 254
Hex B8 8B FE

RGB Percentages of Color #b88bfe

%31.89
%24.09
%44.02

CMYK Percentages of Color #b88bfe

%28
%45
%0
%0

Triadic Colors of #b88bfe

#b88bfe #feb88b #8bfeb8

Analogous Colors of #b88bfe

#b88bfe #f28bfe #8b98fe

Monochromatic Colors of #b88bfe

#b88bfe

Complementary Color

#b88bfe #d1fe8b

#b88bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88bfe Color CSS Codes

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

#b88bfe Text Font Color

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

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


#b88bfe Background Color

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

This div background color is #b88bfe


#b88bfe Border Color

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

This div border color is #b88bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.