Color Hex Logo

#946dab Color Hex

#946DAB
(148,109,171)
0 Favorites   0 Comments

Color spaces of #946dab

RGB 148109171
HSL0.770.270.55
HSV278°36°67°
CMYK 0.130.360.00   0.33
XYZ25.032120.173541.1026
Yxy20.17350.29000.2337
Hunter Lab44.914920.8810-22.8171
CIE-Lab52.032827.2514-27.2459

#946dab color RGB value is (148,109,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101101 10101011
Octal 224 155 253
Decimal 148 109 171
Hex 94 6D AB

RGB Percentages of Color #946dab

%34.58
%25.47
%39.95

CMYK Percentages of Color #946dab

%13
%36
%0
%33

Triadic Colors of #946dab

#946dab #ab946d #6dab94

Analogous Colors of #946dab

#946dab #ab6da3 #756dab

Monochromatic Colors of #946dab

#946dab

Complementary Color

#946dab #84ab6d

#946dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#946dab Color CSS Codes

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

#946dab Text Font Color

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

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


#946dab Background Color

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

This div background color is #946dab


#946dab Border Color

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

This div border color is #946dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946dab


Comments

No comments written yet.

Please login to write comment.