Color Hex Logo

#b98ffe Color Hex

#B98FFE
(185,143,254)
0 Favorites   0 Comments

Color spaces of #b98ffe

RGB 185143254
HSL0.730.980.78
HSV263°44°100°
CMYK 0.270.440.00   0.00
XYZ47.719437.115098.4147
Yxy37.11500.26040.2025
Hunter Lab60.922133.2029-53.1327
CIE-Lab67.363238.0706-49.6437

#b98ffe color RGB value is (185,143,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001111 11111110
Octal 271 217 376
Decimal 185 143 254
Hex B9 8F FE

RGB Percentages of Color #b98ffe

%31.79
%24.57
%43.64

CMYK Percentages of Color #b98ffe

%27
%44
%0
%0

Triadic Colors of #b98ffe

#b98ffe #feb98f #8ffeb9

Analogous Colors of #b98ffe

#b98ffe #f18ffe #8f9dfe

Monochromatic Colors of #b98ffe

#b98ffe

Complementary Color

#b98ffe #d4fe8f

#b98ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98ffe Color CSS Codes

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

#b98ffe Text Font Color

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

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


#b98ffe Background Color

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

This div background color is #b98ffe


#b98ffe Border Color

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

This div border color is #b98ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98ffe


Comments

No comments written yet.

Please login to write comment.