Color Hex Logo

#b98aed Color Hex

#B98AED
(185,138,237)
0 Favorites   0 Comments

Color spaces of #b98aed

RGB 185138237
HSL0.750.730.74
HSV268°42°93°
CMYK 0.220.420.00   0.07
XYZ44.382134.605784.4611
Yxy34.60570.27150.2117
Hunter Lab58.826631.7239-43.9478
CIE-Lab65.440536.8693-43.3501

#b98aed color RGB value is (185,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001010 11101101
Octal 271 212 355
Decimal 185 138 237
Hex B9 8A ED

RGB Percentages of Color #b98aed

%33.04
%24.64
%42.32

CMYK Percentages of Color #b98aed

%22
%42
%0
%7

Triadic Colors of #b98aed

#b98aed #edb98a #8aedb9

Analogous Colors of #b98aed

#b98aed #eb8aed #8a8ded

Monochromatic Colors of #b98aed

#b98aed

Complementary Color

#b98aed #beed8a

#b98aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98aed Color CSS Codes

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

#b98aed Text Font Color

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

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


#b98aed Background Color

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

This div background color is #b98aed


#b98aed Border Color

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

This div border color is #b98aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98aed


Comments

No comments written yet.

Please login to write comment.