Color Hex Logo

#948aaa Color Hex

#948AAA
(148,138,170)
0 Favorites   0 Comments

Color spaces of #948aaa

RGB 148138170
HSL0.720.160.60
HSV259°19°67°
CMYK 0.130.190.00   0.33
XYZ28.556927.375141.8090
Yxy27.37510.29220.2801
Hunter Lab52.32125.8631-10.7528
CIE-Lab59.319910.2290-15.5053

#948aaa color RGB value is (148,138,170).

#948aaa hex color red value is 148, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #948aaa hue: 0.72 , saturation: 0.16 and the lightness value of 948aaa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001010 10101010
Octal 224 212 252
Decimal 148 138 170
Hex 94 8A AA

RGB Percentages of Color #948aaa

%32.46
%30.26
%37.28

CMYK Percentages of Color #948aaa

%13
%19
%0
%33

Triadic Colors of #948aaa

#948aaa #aa948a #8aaa94

Analogous Colors of #948aaa

#948aaa #a48aaa #8a90aa

Monochromatic Colors of #948aaa

#948aaa

Complementary Color

#948aaa #a0aa8a

#948aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#948aaa Color CSS Codes

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

#948aaa Text Font Color

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

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


#948aaa Background Color

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

This div background color is #948aaa


#948aaa Border Color

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

This div border color is #948aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948aaa


Comments

No comments written yet.

Please login to write comment.