Color Hex Logo

#b998dc Color Hex

#B998DC
(185,152,220)
0 Favorites   0 Comments

Color spaces of #b998dc

RGB 185152220
HSL0.750.490.73
HSV269°31°86°
CMYK 0.160.310.00   0.14
XYZ44.154137.938172.7058
Yxy37.93810.28520.2451
Hunter Lab61.593920.1698-26.8705
CIE-Lab67.975025.2795-30.0256

#b998dc color RGB value is (185,152,220).

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

The process color (four color CMYK) of #b998dc color hex is 0.16, 0.31, 0.00, 0.14. Web safe color of #b998dc is #cc99cc. Color #b998dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011000 11011100
Octal 271 230 334
Decimal 185 152 220
Hex B9 98 DC

RGB Percentages of Color #b998dc

%33.21
%27.29
%39.50

CMYK Percentages of Color #b998dc

%16
%31
%0
%14

Triadic Colors of #b998dc

#b998dc #dcb998 #98dcb9

Analogous Colors of #b998dc

#b998dc #db98dc #9899dc

Monochromatic Colors of #b998dc

#b998dc

Complementary Color

#b998dc #bbdc98

#b998dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b998dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b998dc Color CSS Codes

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

#b998dc Text Font Color

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

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


#b998dc Background Color

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

This div background color is #b998dc


#b998dc Border Color

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

This div border color is #b998dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b998dc


Comments

No comments written yet.

Please login to write comment.