Color Hex Logo

#944aab Color Hex

#944AAB
(148,74,171)
0 Favorites   0 Comments

Color spaces of #944aab

RGB 14874171
HSL0.790.400.48
HSV286°57°67°
CMYK 0.130.570.00   0.33
XYZ22.012214.133740.0960
Yxy14.13370.28870.1854
Hunter Lab37.594838.7229-36.9182
CIE-Lab44.424146.6033-39.1747

#944aab color RGB value is (148,74,171).

#944aab hex color red value is 148, green value is 74 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #944aab hue: 0.79 , saturation: 0.40 and the lightness value of 944aab is 0.48.

The process color (four color CMYK) of #944aab color hex is 0.13, 0.57, 0.00, 0.33. Web safe color of #944aab is #993399. Color #944aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01001010 10101011
Octal 224 112 253
Decimal 148 74 171
Hex 94 4A AB

RGB Percentages of Color #944aab

%37.66
%18.83
%43.51

CMYK Percentages of Color #944aab

%13
%57
%0
%33

Triadic Colors of #944aab

#944aab #ab944a #4aab94

Analogous Colors of #944aab

#944aab #ab4a92 #634aab

Monochromatic Colors of #944aab

#944aab

Complementary Color

#944aab #61ab4a

#944aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#944aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#944aab Color CSS Codes

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

#944aab Text Font Color

<p style="color:#944aab">Text here</p>

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


#944aab Background Color

<div style="background-color:#944aab">
Div content here</div>

This div background color is #944aab


#944aab Border Color

<div style="border:3px solid #944aab">
Div here</div>

This div border color is #944aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #944aab


Comments

No comments written yet.

Please login to write comment.