Color Hex Logo

#b998bd Color Hex

#B998BD
(185,152,189)
0 Favorites   0 Comments

Color spaces of #b998bd

RGB 185152189
HSL0.820.220.67
HSV294°20°74°
CMYK 0.020.200.00   0.26
XYZ40.421136.444953.0483
Yxy36.44490.31110.2805
Hunter Lab60.369613.8697-9.8409
CIE-Lab66.858518.8561-14.5149

#b998bd color RGB value is (185,152,189).

#b998bd hex color red value is 185, green value is 152 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b998bd hue: 0.82 , saturation: 0.22 and the lightness value of b998bd is 0.67.

The process color (four color CMYK) of #b998bd color hex is 0.02, 0.20, 0.00, 0.26. Web safe color of #b998bd is #cc99cc. Color #b998bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011000 10111101
Octal 271 230 275
Decimal 185 152 189
Hex B9 98 BD

RGB Percentages of Color #b998bd

%35.17
%28.90
%35.93

CMYK Percentages of Color #b998bd

%2
%20
%0
%26

Triadic Colors of #b998bd

#b998bd #bdb998 #98bdb9

Analogous Colors of #b998bd

#b998bd #bd98af #a798bd

Monochromatic Colors of #b998bd

#b998bd

Complementary Color

#b998bd #9cbd98

#b998bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b998bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b998bd Color CSS Codes

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

#b998bd Text Font Color

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

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


#b998bd Background Color

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

This div background color is #b998bd


#b998bd Border Color

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

This div border color is #b998bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b998bd


Comments

No comments written yet.

Please login to write comment.