Color Hex Logo

#944aad Color Hex

#944AAD
(148,74,173)
0 Favorites   0 Comments

Color spaces of #944aad

RGB 14874173
HSL0.790.400.48
HSV285°57°68°
CMYK 0.140.570.00   0.32
XYZ22.204314.210641.1078
Yxy14.21060.28640.1833
Hunter Lab37.696939.1706-38.2667
CIE-Lab44.533547.0224-40.1820

#944aad color RGB value is (148,74,173).

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

The process color (four color CMYK) of #944aad color hex is 0.14, 0.57, 0.00, 0.32. Web safe color of #944aad is #993399. Color #944aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01001010 10101101
Octal 224 112 255
Decimal 148 74 173
Hex 94 4A AD

RGB Percentages of Color #944aad

%37.47
%18.73
%43.80

CMYK Percentages of Color #944aad

%14
%57
%0
%32

Triadic Colors of #944aad

#944aad #ad944a #4aad94

Analogous Colors of #944aad

#944aad #ad4a95 #634aad

Monochromatic Colors of #944aad

#944aad

Complementary Color

#944aad #63ad4a

#944aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#944aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#944aad Color CSS Codes

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

#944aad Text Font Color

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

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


#944aad Background Color

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

This div background color is #944aad


#944aad Border Color

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

This div border color is #944aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #944aad


Comments

No comments written yet.

Please login to write comment.