Color Hex Logo

#946dac Color Hex

#946DAC
(148,109,172)
0 Favorites   0 Comments

Color spaces of #946dac

RGB 148109172
HSL0.770.280.55
HSV277°37°67°
CMYK 0.140.370.00   0.33
XYZ25.127820.211741.6066
Yxy20.21170.28900.2325
Hunter Lab44.957421.0925-23.4007
CIE-Lab52.075727.4743-27.7604

#946dac color RGB value is (148,109,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101101 10101100
Octal 224 155 254
Decimal 148 109 172
Hex 94 6D AC

RGB Percentages of Color #946dac

%34.50
%25.41
%40.09

CMYK Percentages of Color #946dac

%14
%37
%0
%33

Triadic Colors of #946dac

#946dac #ac946d #6dac94

Analogous Colors of #946dac

#946dac #ac6da5 #756dac

Monochromatic Colors of #946dac

#946dac

Complementary Color

#946dac #85ac6d

#946dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#946dac Color CSS Codes

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

#946dac Text Font Color

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

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


#946dac Background Color

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

This div background color is #946dac


#946dac Border Color

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

This div border color is #946dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,109,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946dac


Comments

No comments written yet.

Please login to write comment.