Color Hex Logo

#b89efe Color Hex

#B89EFE
(184,158,254)
0 Favorites   0 Comments

Color spaces of #b89efe

RGB 184158254
HSL0.710.980.81
HSV256°38°100°
CMYK 0.280.380.00   0.00
XYZ49.883441.799899.2050
Yxy41.79980.26130.2190
Hunter Lab64.652824.5809-45.7193
CIE-Lab70.732729.4656-44.3505

#b89efe color RGB value is (184,158,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011110 11111110
Octal 270 236 376
Decimal 184 158 254
Hex B8 9E FE

RGB Percentages of Color #b89efe

%30.87
%26.51
%42.62

CMYK Percentages of Color #b89efe

%28
%38
%0
%0

Triadic Colors of #b89efe

#b89efe #feb89e #9efeb8

Analogous Colors of #b89efe

#b89efe #e89efe #9eb4fe

Monochromatic Colors of #b89efe

#b89efe

Complementary Color

#b89efe #e4fe9e

#b89efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89efe Color CSS Codes

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

#b89efe Text Font Color

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

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


#b89efe Background Color

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

This div background color is #b89efe


#b89efe Border Color

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

This div border color is #b89efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89efe

Related Colors


Comments

No comments written yet.

Please login to write comment.