Color Hex Logo

#928faa Color Hex

#928FAA
(146,143,170)
0 Favorites   0 Comments

Color spaces of #928faa

RGB 146143170
HSL0.690.140.61
HSV247°16°67°
CMYK 0.140.160.00   0.33
XYZ28.932228.658242.0369
Yxy28.65820.29040.2877
Hunter Lab53.53342.7873-9.0839
CIE-Lab60.47886.6946-13.7709

#928faa color RGB value is (146,143,170).

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

The process color (four color CMYK) of #928faa color hex is 0.14, 0.16, 0.00, 0.33. Web safe color of #928faa is #999999. Color #928faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001111 10101010
Octal 222 217 252
Decimal 146 143 170
Hex 92 8F AA

RGB Percentages of Color #928faa

%31.81
%31.15
%37.04

CMYK Percentages of Color #928faa

%14
%16
%0
%33

Triadic Colors of #928faa

#928faa #aa928f #8faa92

Analogous Colors of #928faa

#928faa #a08faa #8f9aaa

Monochromatic Colors of #928faa

#928faa

Complementary Color

#928faa #a7aa8f

#928faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#928faa Color CSS Codes

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

#928faa Text Font Color

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

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


#928faa Background Color

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

This div background color is #928faa


#928faa Border Color

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

This div border color is #928faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928faa


Comments

No comments written yet.

Please login to write comment.