Color Hex Logo

#9429ea Color Hex

#9429EA
(148,41,234)
0 Favorites   0 Comments

Color spaces of #9429ea

RGB 14841234
HSL0.760.820.54
HSV273°82°92°
CMYK 0.370.820.00   0.08
XYZ27.857013.822379.0416
Yxy13.82230.23080.1145
Hunter Lab37.178468.6844-100.0264
CIE-Lab43.977073.6038-76.3385

#9429ea color RGB value is (148,41,234).

#9429ea hex color red value is 148, green value is 41 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9429ea hue: 0.76 , saturation: 0.82 and the lightness value of 9429ea is 0.54.

The process color (four color CMYK) of #9429ea color hex is 0.37, 0.82, 0.00, 0.08. Web safe color of #9429ea is #9933ff. Color #9429ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00101001 11101010
Octal 224 51 352
Decimal 148 41 234
Hex 94 29 EA

RGB Percentages of Color #9429ea

%34.99
%9.69
%55.32

CMYK Percentages of Color #9429ea

%37
%82
%0
%8

Triadic Colors of #9429ea

#9429ea #ea9429 #29ea94

Analogous Colors of #9429ea

#9429ea #ea29e0 #3429ea

Monochromatic Colors of #9429ea

#9429ea

Complementary Color

#9429ea #7fea29

#9429ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9429ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9429ea Color CSS Codes

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

#9429ea Text Font Color

<p style="color:#9429ea">Text here</p>

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


#9429ea Background Color

<div style="background-color:#9429ea">
Div content here</div>

This div background color is #9429ea


#9429ea Border Color

<div style="border:3px solid #9429ea">
Div here</div>

This div border color is #9429ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,41,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9429ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9429ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9429ea;
  box-shadow:         1px 1px 3px 2px #9429ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9429ea


Comments

No comments written yet.

Please login to write comment.