Color Hex Logo

#b98ade Color Hex

#B98ADE
(185,138,222)
0 Favorites   0 Comments

Color spaces of #b98ade

RGB 185138222
HSL0.760.560.71
HSV274°38°87°
CMYK 0.170.380.00   0.13
XYZ42.280933.765273.3961
Yxy33.76520.28290.2259
Hunter Lab58.107828.1929-34.2138
CIE-Lab64.775833.5137-36.0930

#b98ade color RGB value is (185,138,222).

#b98ade hex color red value is 185, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b98ade hue: 0.76 , saturation: 0.56 and the lightness value of b98ade is 0.71.

The process color (four color CMYK) of #b98ade color hex is 0.17, 0.38, 0.00, 0.13. Web safe color of #b98ade is #cc99cc. Color #b98ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001010 11011110
Octal 271 212 336
Decimal 185 138 222
Hex B9 8A DE

RGB Percentages of Color #b98ade

%33.94
%25.32
%40.73

CMYK Percentages of Color #b98ade

%17
%38
%0
%13

Triadic Colors of #b98ade

#b98ade #deb98a #8adeb9

Analogous Colors of #b98ade

#b98ade #de8ad9 #8f8ade

Monochromatic Colors of #b98ade

#b98ade

Complementary Color

#b98ade #afde8a

#b98ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98ade Color CSS Codes

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

#b98ade Text Font Color

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

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


#b98ade Background Color

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

This div background color is #b98ade


#b98ade Border Color

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

This div border color is #b98ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98ade


Comments

No comments written yet.

Please login to write comment.