Color Hex Logo

#9047ab Color Hex

#9047AB
(144,71,171)
0 Favorites   0 Comments

Color spaces of #9047ab

RGB 14471171
HSL0.790.410.47
HSV284°58°67°
CMYK 0.160.580.00   0.33
XYZ21.105513.376039.9975
Yxy13.37600.28340.1796
Hunter Lab36.573239.0048-39.2400
CIE-Lab43.324447.0680-40.9532

#9047ab color RGB value is (144,71,171).

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

The process color (four color CMYK) of #9047ab color hex is 0.16, 0.58, 0.00, 0.33. Web safe color of #9047ab is #993399. Color #9047ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01000111 10101011
Octal 220 107 253
Decimal 144 71 171
Hex 90 47 AB

RGB Percentages of Color #9047ab

%37.31
%18.39
%44.30

CMYK Percentages of Color #9047ab

%16
%58
%0
%33

Triadic Colors of #9047ab

#9047ab #ab9047 #47ab90

Analogous Colors of #9047ab

#9047ab #ab4794 #5e47ab

Monochromatic Colors of #9047ab

#9047ab

Complementary Color

#9047ab #62ab47

#9047ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9047ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9047ab Color CSS Codes

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

#9047ab Text Font Color

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

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


#9047ab Background Color

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

This div background color is #9047ab


#9047ab Border Color

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

This div border color is #9047ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9047ab


Comments

No comments written yet.

Please login to write comment.