Color Hex Logo

#941aab Color Hex

#941AAB
(148,26,171)
0 Favorites   0 Comments

Color spaces of #941aab

RGB 14826171
HSL0.810.740.39
HSV290°85°67°
CMYK 0.130.850.00   0.33
XYZ19.93289.975039.4029
Yxy9.97500.28760.1439
Hunter Lab31.583257.3843-51.8613
CIE-Lab37.797565.1758-49.7690

#941aab color RGB value is (148,26,171).

#941aab hex color red value is 148, green value is 26 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #941aab hue: 0.81 , saturation: 0.74 and the lightness value of 941aab is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00011010 10101011
Octal 224 32 253
Decimal 148 26 171
Hex 94 1A AB

RGB Percentages of Color #941aab

%42.90
%7.54
%49.57

CMYK Percentages of Color #941aab

%13
%85
%0
%33

Triadic Colors of #941aab

#941aab #ab941a #1aab94

Analogous Colors of #941aab

#941aab #ab1a7a #4c1aab

Monochromatic Colors of #941aab

#941aab

Complementary Color

#941aab #31ab1a

#941aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#941aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#941aab Color CSS Codes

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

#941aab Text Font Color

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

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


#941aab Background Color

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

This div background color is #941aab


#941aab Border Color

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

This div border color is #941aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #941aab


Comments

No comments written yet.

Please login to write comment.