Color Hex Logo

#b98afe Color Hex

#B98AFE
(185,138,254)
0 Favorites   0 Comments

Color spaces of #b98afe

RGB 185138254
HSL0.730.980.77
HSV264°46°100°
CMYK 0.270.460.00   0.00
XYZ46.985535.647098.1701
Yxy35.64700.25990.1972
Hunter Lab59.705135.9883-55.6940
CIE-Lab66.249340.8241-51.4038

#b98afe color RGB value is (185,138,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001010 11111110
Octal 271 212 376
Decimal 185 138 254
Hex B9 8A FE

RGB Percentages of Color #b98afe

%32.06
%23.92
%44.02

CMYK Percentages of Color #b98afe

%27
%46
%0
%0

Triadic Colors of #b98afe

#b98afe #feb98a #8afeb9

Analogous Colors of #b98afe

#b98afe #f38afe #8a95fe

Monochromatic Colors of #b98afe

#b98afe

Complementary Color

#b98afe #cffe8a

#b98afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98afe Color CSS Codes

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

#b98afe Text Font Color

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

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


#b98afe Background Color

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

This div background color is #b98afe


#b98afe Border Color

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

This div border color is #b98afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98afe

Related Colors


Comments

No comments written yet.

Please login to write comment.