Color Hex Logo

#9991b0 Color Hex

#9991B0
(153,145,176)
0 Favorites   0 Comments

Color spaces of #9991b0

RGB 153145176
HSL0.710.160.63
HSV255°18°69°
CMYK 0.130.180.00   0.31
XYZ31.098730.157745.2562
Yxy30.15770.29200.2831
Hunter Lab54.91604.9807-10.4196
CIE-Lab61.79019.2367-15.1367

#9991b0 color RGB value is (153,145,176).

#9991b0 hex color red value is 153, green value is 145 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #9991b0 hue: 0.71 , saturation: 0.16 and the lightness value of 9991b0 is 0.63.

The process color (four color CMYK) of #9991b0 color hex is 0.13, 0.18, 0.00, 0.31. Web safe color of #9991b0 is #999999. Color #9991b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010001 10110000
Octal 231 221 260
Decimal 153 145 176
Hex 99 91 B0

RGB Percentages of Color #9991b0

%32.28
%30.59
%37.13

CMYK Percentages of Color #9991b0

%13
%18
%0
%31

Triadic Colors of #9991b0

#9991b0 #b09991 #91b099

Analogous Colors of #9991b0

#9991b0 #a991b0 #9199b0

Monochromatic Colors of #9991b0

#9991b0

Complementary Color

#9991b0 #a8b091

#9991b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9991b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9991b0 Color CSS Codes

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

#9991b0 Text Font Color

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

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


#9991b0 Background Color

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

This div background color is #9991b0


#9991b0 Border Color

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

This div border color is #9991b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,145,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9991b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9991b0;
  -webkit-box-shadow: 1px 1px 3px 2px #9991b0;
  box-shadow:         1px 1px 3px 2px #9991b0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9991b0


Comments

No comments written yet.

Please login to write comment.