Color Hex Logo

#929ddb Color Hex

#929DDB
(146,157,219)
0 Favorites   0 Comments

Color spaces of #929ddb

RGB 146157219
HSL0.640.500.72
HSV231°33°86°
CMYK 0.330.280.00   0.14
XYZ36.697235.339471.9049
Yxy35.33940.25490.2455
Hunter Lab59.44706.1577-30.1022
CIE-Lab66.012110.5837-32.7657

#929ddb color RGB value is (146,157,219).

#929ddb hex color red value is 146, green value is 157 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #929ddb hue: 0.64 , saturation: 0.50 and the lightness value of 929ddb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011101 11011011
Octal 222 235 333
Decimal 146 157 219
Hex 92 9D DB

RGB Percentages of Color #929ddb

%27.97
%30.08
%41.95

CMYK Percentages of Color #929ddb

%33
%28
%0
%14

Triadic Colors of #929ddb

#929ddb #db929d #9ddb92

Analogous Colors of #929ddb

#929ddb #ac92db #92c2db

Monochromatic Colors of #929ddb

#929ddb

Complementary Color

#929ddb #dbd092

#929ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#929ddb Color CSS Codes

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

#929ddb Text Font Color

<p style="color:#929ddb">Text here</p>

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


#929ddb Background Color

<div style="background-color:#929ddb">
Div content here</div>

This div background color is #929ddb


#929ddb Border Color

<div style="border:3px solid #929ddb">
Div here</div>

This div border color is #929ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929ddb


Comments

No comments written yet.

Please login to write comment.