Color Hex Logo

#9888bd Color Hex

#9888BD
(152,136,189)
0 Favorites   0 Comments

Color spaces of #9888bd

RGB 152136189
HSL0.720.290.64
HSV258°28°74°
CMYK 0.200.280.00   0.26
XYZ30.938427.957851.9099
Yxy27.95780.27920.2523
Hunter Lab52.875111.9128-21.1951
CIE-Lab59.850617.0034-25.4635

#9888bd color RGB value is (152,136,189).

#9888bd hex color red value is 152, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9888bd hue: 0.72 , saturation: 0.29 and the lightness value of 9888bd is 0.64.

The process color (four color CMYK) of #9888bd color hex is 0.20, 0.28, 0.00, 0.26. Web safe color of #9888bd is #9999cc. Color #9888bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001000 10111101
Octal 230 210 275
Decimal 152 136 189
Hex 98 88 BD

RGB Percentages of Color #9888bd

%31.87
%28.51
%39.62

CMYK Percentages of Color #9888bd

%20
%28
%0
%26

Triadic Colors of #9888bd

#9888bd #bd9888 #88bd98

Analogous Colors of #9888bd

#9888bd #b388bd #8893bd

Monochromatic Colors of #9888bd

#9888bd

Complementary Color

#9888bd #adbd88

#9888bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9888bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9888bd Color CSS Codes

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

#9888bd Text Font Color

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

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


#9888bd Background Color

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

This div background color is #9888bd


#9888bd Border Color

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

This div border color is #9888bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9888bd


Comments

No comments written yet.

Please login to write comment.