Color Hex Logo

#9029ae Color Hex

#9029AE
(144,41,174)
0 Favorites   0 Comments

Color spaces of #9029ae

RGB 14441174
HSL0.800.620.42
HSV286°76°68°
CMYK 0.170.760.00   0.32
XYZ19.934510.571241.0342
Yxy10.57120.27860.1478
Hunter Lab32.513452.5429-52.0688
CIE-Lab38.848760.6535-49.8970

#9029ae color RGB value is (144,41,174).

#9029ae hex color red value is 144, green value is 41 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9029ae hue: 0.80 , saturation: 0.62 and the lightness value of 9029ae is 0.42.

The process color (four color CMYK) of #9029ae color hex is 0.17, 0.76, 0.00, 0.32. Web safe color of #9029ae is #993399. Color #9029ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00101001 10101110
Octal 220 51 256
Decimal 144 41 174
Hex 90 29 AE

RGB Percentages of Color #9029ae

%40.11
%11.42
%48.47

CMYK Percentages of Color #9029ae

%17
%76
%0
%32

Triadic Colors of #9029ae

#9029ae #ae9029 #29ae90

Analogous Colors of #9029ae

#9029ae #ae298a #4e29ae

Monochromatic Colors of #9029ae

#9029ae

Complementary Color

#9029ae #47ae29

#9029ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9029ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9029ae Color CSS Codes

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

#9029ae Text Font Color

<p style="color:#9029ae">Text here</p>

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


#9029ae Background Color

<div style="background-color:#9029ae">
Div content here</div>

This div background color is #9029ae


#9029ae Border Color

<div style="border:3px solid #9029ae">
Div here</div>

This div border color is #9029ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,41,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9029ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9029ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9029ae;
  box-shadow:         1px 1px 3px 2px #9029ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,41,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9029ae


Comments

No comments written yet.

Please login to write comment.