Color Hex Logo

#b88ffa Color Hex

#B88FFA
(184,143,250)
0 Favorites   0 Comments

Color spaces of #b88ffa

RGB 184143250
HSL0.730.910.77
HSV263°43°98°
CMYK 0.260.430.00   0.02
XYZ46.844936.737495.0645
Yxy36.73740.26220.2056
Hunter Lab60.611431.8879-50.5640
CIE-Lab67.079536.8508-47.9131

#b88ffa color RGB value is (184,143,250).

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

The process color (four color CMYK) of #b88ffa color hex is 0.26, 0.43, 0.00, 0.02. Web safe color of #b88ffa is #cc99ff. Color #b88ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001111 11111010
Octal 270 217 372
Decimal 184 143 250
Hex B8 8F FA

RGB Percentages of Color #b88ffa

%31.89
%24.78
%43.33

CMYK Percentages of Color #b88ffa

%26
%43
%0
%2

Triadic Colors of #b88ffa

#b88ffa #fab88f #8ffab8

Analogous Colors of #b88ffa

#b88ffa #ee8ffa #8f9cfa

Monochromatic Colors of #b88ffa

#b88ffa

Complementary Color

#b88ffa #d1fa8f

#b88ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88ffa Color CSS Codes

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

#b88ffa Text Font Color

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

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


#b88ffa Background Color

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

This div background color is #b88ffa


#b88ffa Border Color

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

This div border color is #b88ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88ffa


Comments

No comments written yet.

Please login to write comment.