Color Hex Logo

#946eaa Color Hex

#946EAA
(148,110,170)
0 Favorites   0 Comments

Color spaces of #946eaa

RGB 148110170
HSL0.770.260.55
HSV278°35°67°
CMYK 0.130.350.00   0.33
XYZ25.044420.350040.6382
Yxy20.35000.29110.2365
Hunter Lab45.111020.1542-21.8337
CIE-Lab52.230626.4511-26.3584

#946eaa color RGB value is (148,110,170).

#946eaa hex color red value is 148, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #946eaa hue: 0.77 , saturation: 0.26 and the lightness value of 946eaa is 0.55.

The process color (four color CMYK) of #946eaa color hex is 0.13, 0.35, 0.00, 0.33. Web safe color of #946eaa is #996699. Color #946eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101110 10101010
Octal 224 156 252
Decimal 148 110 170
Hex 94 6E AA

RGB Percentages of Color #946eaa

%34.58
%25.70
%39.72

CMYK Percentages of Color #946eaa

%13
%35
%0
%33

Triadic Colors of #946eaa

#946eaa #aa946e #6eaa94

Analogous Colors of #946eaa

#946eaa #aa6ea2 #766eaa

Monochromatic Colors of #946eaa

#946eaa

Complementary Color

#946eaa #84aa6e

#946eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#946eaa Color CSS Codes

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

#946eaa Text Font Color

<p style="color:#946eaa">Text here</p>

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


#946eaa Background Color

<div style="background-color:#946eaa">
Div content here</div>

This div background color is #946eaa


#946eaa Border Color

<div style="border:3px solid #946eaa">
Div here</div>

This div border color is #946eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946eaa


Comments

No comments written yet.

Please login to write comment.