Color Hex Logo

#9429c1 Color Hex

#9429C1
(148,41,193)
0 Favorites   0 Comments

Color spaces of #9429c1

RGB 14841193
HSL0.780.650.46
HSV282°79°76°
CMYK 0.230.790.00   0.24
XYZ22.631311.732051.5238
Yxy11.73200.26350.1366
Hunter Lab34.252057.9991-65.2110
CIE-Lab40.787065.1325-57.9435

#9429c1 color RGB value is (148,41,193).

#9429c1 hex color red value is 148, green value is 41 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #9429c1 hue: 0.78 , saturation: 0.65 and the lightness value of 9429c1 is 0.46.

The process color (four color CMYK) of #9429c1 color hex is 0.23, 0.79, 0.00, 0.24. Web safe color of #9429c1 is #9933cc. Color #9429c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00101001 11000001
Octal 224 51 301
Decimal 148 41 193
Hex 94 29 C1

RGB Percentages of Color #9429c1

%38.74
%10.73
%50.52

CMYK Percentages of Color #9429c1

%23
%79
%0
%24

Triadic Colors of #9429c1

#9429c1 #c19429 #29c194

Analogous Colors of #9429c1

#9429c1 #c129a2 #4829c1

Monochromatic Colors of #9429c1

#9429c1

Complementary Color

#9429c1 #56c129

#9429c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9429c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9429c1 Color CSS Codes

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

#9429c1 Text Font Color

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

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


#9429c1 Background Color

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

This div background color is #9429c1


#9429c1 Border Color

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

This div border color is #9429c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9429c1


Comments

No comments written yet.

Please login to write comment.