Color Hex Logo

#9988bb Color Hex

#9988BB
(153,136,187)
0 Favorites   0 Comments

Color spaces of #9988bb

RGB 153136187
HSL0.720.270.63
HSV260°27°73°
CMYK 0.180.270.00   0.27
XYZ30.910727.968550.7830
Yxy27.96850.28190.2550
Hunter Lab52.885311.7816-19.9135
CIE-Lab59.860316.8590-24.3080

#9988bb color RGB value is (153,136,187). This hex color code is also a web safe color which is equal to #98B.

#9988bb hex color red value is 153, green value is 136 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9988bb hue: 0.72 , saturation: 0.27 and the lightness value of 9988bb is 0.63.

The process color (four color CMYK) of #9988bb color hex is 0.18, 0.27, 0.00, 0.27. Web safe color of #9988bb is #9999cc. Color #9988bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001000 10111011
Octal 231 210 273
Decimal 153 136 187
Hex 99 88 BB

RGB Percentages of Color #9988bb

%32.14
%28.57
%39.29

CMYK Percentages of Color #9988bb

%18
%27
%0
%27

Triadic Colors of #9988bb

#9988bb #bb9988 #88bb99

Analogous Colors of #9988bb

#9988bb #b388bb #8891bb

Monochromatic Colors of #9988bb

#9988bb

Complementary Color

#9988bb #aabb88

#9988bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9988bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9988bb Color CSS Codes

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

#9988bb Text Font Color

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

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


#9988bb Background Color

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

This div background color is #9988bb


#9988bb Border Color

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

This div border color is #9988bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,136,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9988bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9988bb;
  -webkit-box-shadow: 1px 1px 3px 2px #9988bb;
  box-shadow:         1px 1px 3px 2px #9988bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,136,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9988bb


Comments

No comments written yet.

Please login to write comment.