Color Hex Logo

#b98ede Color Hex

#B98EDE
(185,142,222)
0 Favorites   0 Comments

Color spaces of #b98ede

RGB 185142222
HSL0.760.550.71
HSV272°36°87°
CMYK 0.170.360.00   0.13
XYZ42.865434.934273.5910
Yxy34.93420.28310.2308
Hunter Lab59.105226.0212-32.4475
CIE-Lab65.697431.2920-34.6590

#b98ede color RGB value is (185,142,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001110 11011110
Octal 271 216 336
Decimal 185 142 222
Hex B9 8E DE

RGB Percentages of Color #b98ede

%33.70
%25.87
%40.44

CMYK Percentages of Color #b98ede

%17
%36
%0
%13

Triadic Colors of #b98ede

#b98ede #deb98e #8edeb9

Analogous Colors of #b98ede

#b98ede #de8edb #918ede

Monochromatic Colors of #b98ede

#b98ede

Complementary Color

#b98ede #b3de8e

#b98ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98ede Color CSS Codes

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

#b98ede Text Font Color

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

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


#b98ede Background Color

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

This div background color is #b98ede


#b98ede Border Color

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

This div border color is #b98ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98ede


Comments

No comments written yet.

Please login to write comment.