Color Hex Logo

#9992bd Color Hex

#9992BD
(153,146,189)
0 Favorites   0 Comments

Color spaces of #9992bd

RGB 153146189
HSL0.690.250.66
HSV250°23°74°
CMYK 0.190.230.00   0.26
XYZ32.601131.004252.4103
Yxy31.00420.28100.2672
Hunter Lab55.68147.0681-16.8299
CIE-Lab62.511211.5897-21.3767

#9992bd color RGB value is (153,146,189).

#9992bd hex color red value is 153, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9992bd hue: 0.69 , saturation: 0.25 and the lightness value of 9992bd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010010 10111101
Octal 231 222 275
Decimal 153 146 189
Hex 99 92 BD

RGB Percentages of Color #9992bd

%31.35
%29.92
%38.73

CMYK Percentages of Color #9992bd

%19
%23
%0
%26

Triadic Colors of #9992bd

#9992bd #bd9992 #92bd99

Analogous Colors of #9992bd

#9992bd #af92bd #92a1bd

Monochromatic Colors of #9992bd

#9992bd

Complementary Color

#9992bd #b6bd92

#9992bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9992bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9992bd Color CSS Codes

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

#9992bd Text Font Color

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

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


#9992bd Background Color

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

This div background color is #9992bd


#9992bd Border Color

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

This div border color is #9992bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9992bd


Comments

No comments written yet.

Please login to write comment.