Color Hex Logo

#b98eef Color Hex

#B98EEF
(185,142,239)
0 Favorites   0 Comments

Color spaces of #b98eef

RGB 185142239
HSL0.740.750.75
HSV267°41°94°
CMYK 0.230.410.00   0.06
XYZ45.260635.892386.2038
Yxy35.89230.27040.2145
Hunter Lab59.910230.0093-43.3743
CIE-Lab66.437635.1144-42.8863

#b98eef color RGB value is (185,142,239).

#b98eef hex color red value is 185, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b98eef hue: 0.74 , saturation: 0.75 and the lightness value of b98eef is 0.75.

The process color (four color CMYK) of #b98eef color hex is 0.23, 0.41, 0.00, 0.06. Web safe color of #b98eef is #cc99ff. Color #b98eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001110 11101111
Octal 271 216 357
Decimal 185 142 239
Hex B9 8E EF

RGB Percentages of Color #b98eef

%32.69
%25.09
%42.23

CMYK Percentages of Color #b98eef

%23
%41
%0
%6

Triadic Colors of #b98eef

#b98eef #efb98e #8eefb9

Analogous Colors of #b98eef

#b98eef #ea8eef #8e94ef

Monochromatic Colors of #b98eef

#b98eef

Complementary Color

#b98eef #c4ef8e

#b98eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98eef Color CSS Codes

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

#b98eef Text Font Color

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

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


#b98eef Background Color

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

This div background color is #b98eef


#b98eef Border Color

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

This div border color is #b98eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,142,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b98eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98eef


Comments

No comments written yet.

Please login to write comment.