Color Hex Logo

#928eab Color Hex

#928EAB
(146,142,171)
0 Favorites   0 Comments

Color spaces of #928eab

RGB 146142171
HSL0.690.150.61
HSV248°17°67°
CMYK 0.150.170.00   0.33
XYZ28.877728.397342.4873
Yxy28.39730.28950.2846
Hunter Lab53.28913.4743-9.9694
CIE-Lab60.24607.4867-14.6906

#928eab color RGB value is (146,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001110 10101011
Octal 222 216 253
Decimal 146 142 171
Hex 92 8E AB

RGB Percentages of Color #928eab

%31.81
%30.94
%37.25

CMYK Percentages of Color #928eab

%15
%17
%0
%33

Triadic Colors of #928eab

#928eab #ab928e #8eab92

Analogous Colors of #928eab

#928eab #a18eab #8e99ab

Monochromatic Colors of #928eab

#928eab

Complementary Color

#928eab #a7ab8e

#928eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#928eab Color CSS Codes

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

#928eab Text Font Color

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

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


#928eab Background Color

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

This div background color is #928eab


#928eab Border Color

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

This div border color is #928eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928eab


Comments

No comments written yet.

Please login to write comment.