Color Hex Logo

#946cab Color Hex

#946CAB
(148,108,171)
0 Favorites   0 Comments

Color spaces of #946cab

RGB 148108171
HSL0.770.270.55
HSV278°37°67°
CMYK 0.130.370.00   0.33
XYZ24.926019.961341.0672
Yxy19.96130.29000.2322
Hunter Lab44.678121.3989-23.2235
CIE-Lab51.793427.8297-27.6172

#946cab color RGB value is (148,108,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101100 10101011
Octal 224 154 253
Decimal 148 108 171
Hex 94 6C AB

RGB Percentages of Color #946cab

%34.66
%25.29
%40.05

CMYK Percentages of Color #946cab

%13
%37
%0
%33

Triadic Colors of #946cab

#946cab #ab946c #6cab94

Analogous Colors of #946cab

#946cab #ab6ca3 #756cab

Monochromatic Colors of #946cab

#946cab

Complementary Color

#946cab #83ab6c

#946cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#946cab Color CSS Codes

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

#946cab Text Font Color

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

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


#946cab Background Color

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

This div background color is #946cab


#946cab Border Color

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

This div border color is #946cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946cab


Comments

No comments written yet.

Please login to write comment.