Color Hex Logo

#929ddd Color Hex

#929DDD
(146,157,221)
0 Favorites   0 Comments

Color spaces of #929ddd

RGB 146157221
HSL0.640.520.72
HSV231°34°87°
CMYK 0.340.290.00   0.13
XYZ36.962235.445473.3001
Yxy35.44540.25370.2433
Hunter Lab59.53606.6314-31.3220
CIE-Lab66.094011.1049-33.7437

#929ddd color RGB value is (146,157,221).

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

The process color (four color CMYK) of #929ddd color hex is 0.34, 0.29, 0.00, 0.13. Web safe color of #929ddd is #9999cc. Color #929ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011101 11011101
Octal 222 235 335
Decimal 146 157 221
Hex 92 9D DD

RGB Percentages of Color #929ddd

%27.86
%29.96
%42.18

CMYK Percentages of Color #929ddd

%34
%29
%0
%13

Triadic Colors of #929ddd

#929ddd #dd929d #9ddd92

Analogous Colors of #929ddd

#929ddd #ad92dd #92c3dd

Monochromatic Colors of #929ddd

#929ddd

Complementary Color

#929ddd #ddd292

#929ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#929ddd Color CSS Codes

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

#929ddd Text Font Color

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

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


#929ddd Background Color

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

This div background color is #929ddd


#929ddd Border Color

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

This div border color is #929ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929ddd


Comments

No comments written yet.

Please login to write comment.