Color Hex Logo

#b98efe Color Hex

#B98EFE
(185,142,254)
0 Favorites   0 Comments

Color spaces of #b98efe

RGB 185142254
HSL0.730.980.78
HSV263°44°100°
CMYK 0.270.440.00   0.00
XYZ47.570036.816098.3649
Yxy36.81600.26030.2015
Hunter Lab60.676233.7603-53.6444
CIE-Lab67.138838.6229-49.9980

#b98efe color RGB value is (185,142,254).

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

The process color (four color CMYK) of #b98efe color hex is 0.27, 0.44, 0.00, 0.00. Web safe color of #b98efe is #cc99ff. Color #b98efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001110 11111110
Octal 271 216 376
Decimal 185 142 254
Hex B9 8E FE

RGB Percentages of Color #b98efe

%31.84
%24.44
%43.72

CMYK Percentages of Color #b98efe

%27
%44
%0
%0

Triadic Colors of #b98efe

#b98efe #feb98e #8efeb9

Analogous Colors of #b98efe

#b98efe #f18efe #8e9bfe

Monochromatic Colors of #b98efe

#b98efe

Complementary Color

#b98efe #d3fe8e

#b98efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98efe Color CSS Codes

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

#b98efe Text Font Color

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

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


#b98efe Background Color

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

This div background color is #b98efe


#b98efe Border Color

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

This div border color is #b98efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98efe


Comments

No comments written yet.

Please login to write comment.