Color Hex Logo

#b98aee Color Hex

#B98AEE
(185,138,238)
0 Favorites   0 Comments

Color spaces of #b98aee

RGB 185138238
HSL0.750.750.74
HSV268°42°93°
CMYK 0.220.420.00   0.07
XYZ44.528734.664385.2329
Yxy34.66430.27080.2108
Hunter Lab58.876431.9673-44.6182
CIE-Lab65.486537.0979-43.8289

#b98aee color RGB value is (185,138,238).

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

The process color (four color CMYK) of #b98aee color hex is 0.22, 0.42, 0.00, 0.07. Web safe color of #b98aee is #cc99ff. Color #b98aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001010 11101110
Octal 271 212 356
Decimal 185 138 238
Hex B9 8A EE

RGB Percentages of Color #b98aee

%32.98
%24.60
%42.42

CMYK Percentages of Color #b98aee

%22
%42
%0
%7

Triadic Colors of #b98aee

#b98aee #eeb98a #8aeeb9

Analogous Colors of #b98aee

#b98aee #eb8aee #8a8dee

Monochromatic Colors of #b98aee

#b98aee

Complementary Color

#b98aee #bfee8a

#b98aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98aee Color CSS Codes

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

#b98aee Text Font Color

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

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


#b98aee Background Color

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

This div background color is #b98aee


#b98aee Border Color

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

This div border color is #b98aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98aee


Comments

No comments written yet.

Please login to write comment.