Color Hex Logo

#b98cdf Color Hex

#B98CDF
(185,140,223)
0 Favorites   0 Comments

Color spaces of #b98cdf

RGB 185140223
HSL0.760.560.71
HSV273°37°87°
CMYK 0.170.370.00   0.13
XYZ42.704934.398274.2008
Yxy34.39820.28220.2273
Hunter Lab58.650027.3340-33.9555
CIE-Lab65.277432.6231-35.8666

#b98cdf color RGB value is (185,140,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 11011111
Octal 271 214 337
Decimal 185 140 223
Hex B9 8C DF

RGB Percentages of Color #b98cdf

%33.76
%25.55
%40.69

CMYK Percentages of Color #b98cdf

%17
%37
%0
%13

Triadic Colors of #b98cdf

#b98cdf #dfb98c #8cdfb9

Analogous Colors of #b98cdf

#b98cdf #df8cdc #908cdf

Monochromatic Colors of #b98cdf

#b98cdf

Complementary Color

#b98cdf #b2df8c

#b98cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98cdf Color CSS Codes

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

#b98cdf Text Font Color

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

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


#b98cdf Background Color

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

This div background color is #b98cdf


#b98cdf Border Color

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

This div border color is #b98cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98cdf


Comments

No comments written yet.

Please login to write comment.