Color Hex Logo

#948faa Color Hex

#948FAA
(148,143,170)
0 Favorites   0 Comments

Color spaces of #948faa

RGB 148143170
HSL0.700.140.61
HSV251°16°67°
CMYK 0.130.160.00   0.33
XYZ29.290928.843142.0537
Yxy28.84310.29240.2879
Hunter Lab53.70583.3680-8.8323
CIE-Lab60.64297.3714-13.5074

#948faa color RGB value is (148,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001111 10101010
Octal 224 217 252
Decimal 148 143 170
Hex 94 8F AA

RGB Percentages of Color #948faa

%32.10
%31.02
%36.88

CMYK Percentages of Color #948faa

%13
%16
%0
%33

Triadic Colors of #948faa

#948faa #aa948f #8faa94

Analogous Colors of #948faa

#948faa #a28faa #8f98aa

Monochromatic Colors of #948faa

#948faa

Complementary Color

#948faa #a5aa8f

#948faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#948faa Color CSS Codes

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

#948faa Text Font Color

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

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


#948faa Background Color

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

This div background color is #948faa


#948faa Border Color

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

This div border color is #948faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,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 #948faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948faa


Comments

No comments written yet.

Please login to write comment.