Color Hex Logo

#b88efa Color Hex

#B88EFA
(184,142,250)
0 Favorites   0 Comments

Color spaces of #b88efa

RGB 184142250
HSL0.730.920.77
HSV263°43°98°
CMYK 0.260.430.00   0.02
XYZ46.695536.438595.0147
Yxy36.43850.26210.2045
Hunter Lab60.364332.4432-51.0687
CIE-Lab66.853637.4043-48.2693

#b88efa color RGB value is (184,142,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001110 11111010
Octal 270 216 372
Decimal 184 142 250
Hex B8 8E FA

RGB Percentages of Color #b88efa

%31.94
%24.65
%43.40

CMYK Percentages of Color #b88efa

%26
%43
%0
%2

Triadic Colors of #b88efa

#b88efa #fab88e #8efab8

Analogous Colors of #b88efa

#b88efa #ee8efa #8e9afa

Monochromatic Colors of #b88efa

#b88efa

Complementary Color

#b88efa #d0fa8e

#b88efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88efa Color CSS Codes

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

#b88efa Text Font Color

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

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


#b88efa Background Color

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

This div background color is #b88efa


#b88efa Border Color

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

This div border color is #b88efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88efa

Related Colors


Comments

No comments written yet.

Please login to write comment.