Color Hex Logo

#8992db Color Hex

#8992DB
(137,146,219)
0 Favorites   0 Comments

Color spaces of #8992db

RGB 137146219
HSL0.650.530.70
HSV233°37°86°
CMYK 0.370.330.00   0.14
XYZ33.381630.990671.2402
Yxy30.99060.24620.2285
Hunter Lab55.66929.6150-36.9053
CIE-Lab62.499714.4103-38.2831

#8992db color RGB value is (137,146,219).

#8992db hex color red value is 137, green value is 146 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8992db hue: 0.65 , saturation: 0.53 and the lightness value of 8992db is 0.70.

The process color (four color CMYK) of #8992db color hex is 0.37, 0.33, 0.00, 0.14. Web safe color of #8992db is #9999cc. Color #8992db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010010 11011011
Octal 211 222 333
Decimal 137 146 219
Hex 89 92 DB

RGB Percentages of Color #8992db

%27.29
%29.08
%43.63

CMYK Percentages of Color #8992db

%37
%33
%0
%14

Triadic Colors of #8992db

#8992db #db8992 #92db89

Analogous Colors of #8992db

#8992db #a989db #89bbdb

Monochromatic Colors of #8992db

#8992db

Complementary Color

#8992db #dbd289

#8992db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8992db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8992db Color CSS Codes

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

#8992db Text Font Color

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

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


#8992db Background Color

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

This div background color is #8992db


#8992db Border Color

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

This div border color is #8992db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,146,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8992db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8992db;
  -webkit-box-shadow: 1px 1px 3px 2px #8992db;
  box-shadow:         1px 1px 3px 2px #8992db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,146,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8992db


Comments

No comments written yet.

Please login to write comment.