Color Hex Logo

#928dab Color Hex

#928DAB
(146,141,171)
0 Favorites   0 Comments

Color spaces of #928dab

RGB 146141171
HSL0.690.150.61
HSV250°18°67°
CMYK 0.150.180.00   0.33
XYZ28.729628.101042.4379
Yxy28.10100.28940.2831
Hunter Lab53.01043.9720-10.3578
CIE-Lab59.97998.0581-15.0927

#928dab color RGB value is (146,141,171).

#928dab hex color red value is 146, green value is 141 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #928dab hue: 0.69 , saturation: 0.15 and the lightness value of 928dab is 0.61.

The process color (four color CMYK) of #928dab color hex is 0.15, 0.18, 0.00, 0.33. Web safe color of #928dab is #999999. Color #928dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001101 10101011
Octal 222 215 253
Decimal 146 141 171
Hex 92 8D AB

RGB Percentages of Color #928dab

%31.88
%30.79
%37.34

CMYK Percentages of Color #928dab

%15
%18
%0
%33

Triadic Colors of #928dab

#928dab #ab928d #8dab92

Analogous Colors of #928dab

#928dab #a18dab #8d97ab

Monochromatic Colors of #928dab

#928dab

Complementary Color

#928dab #a6ab8d

#928dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#928dab Color CSS Codes

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

#928dab Text Font Color

<p style="color:#928dab">Text here</p>

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


#928dab Background Color

<div style="background-color:#928dab">
Div content here</div>

This div background color is #928dab


#928dab Border Color

<div style="border:3px solid #928dab">
Div here</div>

This div border color is #928dab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,141,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #928dab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #928dab;
  -webkit-box-shadow: 1px 1px 3px 2px #928dab;
  box-shadow:         1px 1px 3px 2px #928dab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928dab


Comments

No comments written yet.

Please login to write comment.