Color Hex Logo

#b998df Color Hex

#B998DF
(185,152,223)
0 Favorites   0 Comments

Color spaces of #b998df

RGB 185152223
HSL0.740.530.74
HSV268°32°87°
CMYK 0.170.320.00   0.13
XYZ44.555138.098574.8175
Yxy38.09850.28290.2419
Hunter Lab61.724020.8322-28.6604
CIE-Lab68.093125.9389-31.4981

#b998df color RGB value is (185,152,223).

#b998df hex color red value is 185, green value is 152 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b998df hue: 0.74 , saturation: 0.53 and the lightness value of b998df is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011000 11011111
Octal 271 230 337
Decimal 185 152 223
Hex B9 98 DF

RGB Percentages of Color #b998df

%33.04
%27.14
%39.82

CMYK Percentages of Color #b998df

%17
%32
%0
%13

Triadic Colors of #b998df

#b998df #dfb998 #98dfb9

Analogous Colors of #b998df

#b998df #dd98df #989bdf

Monochromatic Colors of #b998df

#b998df

Complementary Color

#b998df #bedf98

#b998df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b998df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b998df Color CSS Codes

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

#b998df Text Font Color

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

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


#b998df Background Color

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

This div background color is #b998df


#b998df Border Color

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

This div border color is #b998df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b998df


Comments

No comments written yet.

Please login to write comment.