Color Hex Logo

#946baa Color Hex

#946BAA
(148,107,170)
0 Favorites   0 Comments

Color spaces of #946baa

RGB 148107170
HSL0.780.270.54
HSV279°37°67°
CMYK 0.130.370.00   0.33
XYZ24.726119.713640.5321
Yxy19.71360.29100.2320
Hunter Lab44.400021.7056-23.0450
CIE-Lab51.511828.1856-27.4723

#946baa color RGB value is (148,107,170).

#946baa hex color red value is 148, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #946baa hue: 0.78 , saturation: 0.27 and the lightness value of 946baa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101011 10101010
Octal 224 153 252
Decimal 148 107 170
Hex 94 6B AA

RGB Percentages of Color #946baa

%34.82
%25.18
%40.00

CMYK Percentages of Color #946baa

%13
%37
%0
%33

Triadic Colors of #946baa

#946baa #aa946b #6baa94

Analogous Colors of #946baa

#946baa #aa6ba1 #756baa

Monochromatic Colors of #946baa

#946baa

Complementary Color

#946baa #81aa6b

#946baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#946baa Color CSS Codes

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

#946baa Text Font Color

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

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


#946baa Background Color

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

This div background color is #946baa


#946baa Border Color

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

This div border color is #946baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946baa


Comments

No comments written yet.

Please login to write comment.