Color Hex Logo

#9244ab Color Hex

#9244AB
(146,68,171)
0 Favorites   0 Comments

Color spaces of #9244ab

RGB 14668171
HSL0.790.430.47
HSV285°60°67°
CMYK 0.150.600.00   0.33
XYZ21.271913.185539.9520
Yxy13.18550.28590.1772
Hunter Lab36.311841.0216-39.8154
CIE-Lab43.041449.0814-41.3868

#9244ab color RGB value is (146,68,171).

#9244ab hex color red value is 146, green value is 68 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9244ab hue: 0.79 , saturation: 0.43 and the lightness value of 9244ab is 0.47.

The process color (four color CMYK) of #9244ab color hex is 0.15, 0.60, 0.00, 0.33. Web safe color of #9244ab is #993399. Color #9244ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01000100 10101011
Octal 222 104 253
Decimal 146 68 171
Hex 92 44 AB

RGB Percentages of Color #9244ab

%37.92
%17.66
%44.42

CMYK Percentages of Color #9244ab

%15
%60
%0
%33

Triadic Colors of #9244ab

#9244ab #ab9244 #44ab92

Analogous Colors of #9244ab

#9244ab #ab4491 #5f44ab

Monochromatic Colors of #9244ab

#9244ab

Complementary Color

#9244ab #5dab44

#9244ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9244ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9244ab Color CSS Codes

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

#9244ab Text Font Color

<p style="color:#9244ab">Text here</p>

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


#9244ab Background Color

<div style="background-color:#9244ab">
Div content here</div>

This div background color is #9244ab


#9244ab Border Color

<div style="border:3px solid #9244ab">
Div here</div>

This div border color is #9244ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,68,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9244ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9244ab;
  -webkit-box-shadow: 1px 1px 3px 2px #9244ab;
  box-shadow:         1px 1px 3px 2px #9244ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,68,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 #9244ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9244ab


Comments

No comments written yet.

Please login to write comment.