Color Hex Logo

#9329cd Color Hex

#9329CD
(147,41,205)
0 Favorites   0 Comments

Color spaces of #9329cd

RGB 14741205
HSL0.770.670.48
HSV279°80°80°
CMYK 0.280.800.00   0.20
XYZ23.845012.196758.8550
Yxy12.19670.25130.1285
Hunter Lab34.923860.7583-75.4713
CIE-Lab41.527067.3863-63.7342

#9329cd color RGB value is (147,41,205).

#9329cd hex color red value is 147, green value is 41 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9329cd hue: 0.77 , saturation: 0.67 and the lightness value of 9329cd is 0.48.

The process color (four color CMYK) of #9329cd color hex is 0.28, 0.80, 0.00, 0.20. Web safe color of #9329cd is #9933cc. Color #9329cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00101001 11001101
Octal 223 51 315
Decimal 147 41 205
Hex 93 29 CD

RGB Percentages of Color #9329cd

%37.40
%10.43
%52.16

CMYK Percentages of Color #9329cd

%28
%80
%0
%20

Triadic Colors of #9329cd

#9329cd #cd9329 #29cd93

Analogous Colors of #9329cd

#9329cd #cd29b5 #4129cd

Monochromatic Colors of #9329cd

#9329cd

Complementary Color

#9329cd #63cd29

#9329cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9329cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9329cd Color CSS Codes

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

#9329cd Text Font Color

<p style="color:#9329cd">Text here</p>

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


#9329cd Background Color

<div style="background-color:#9329cd">
Div content here</div>

This div background color is #9329cd


#9329cd Border Color

<div style="border:3px solid #9329cd">
Div here</div>

This div border color is #9329cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,41,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9329cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9329cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9329cd;
  box-shadow:         1px 1px 3px 2px #9329cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9329cd


Comments

No comments written yet.

Please login to write comment.