Color Hex Logo

#9e21ba Color Hex

#9E21BA
(158,33,186)
0 Favorites   0 Comments

Color spaces of #9e21ba

RGB 15833186
HSL0.800.700.43
HSV289°82°73°
CMYK 0.150.820.00   0.27
XYZ23.507311.902047.5127
Yxy11.90200.28350.1435
Hunter Lab34.499361.2535-57.5052
CIE-Lab41.059967.9039-53.3188

#9e21ba color RGB value is (158,33,186).

#9e21ba hex color red value is 158, green value is 33 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9e21ba hue: 0.80 , saturation: 0.70 and the lightness value of 9e21ba is 0.43.

The process color (four color CMYK) of #9e21ba color hex is 0.15, 0.82, 0.00, 0.27. Web safe color of #9e21ba is #9933cc. Color #9e21ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00100001 10111010
Octal 236 41 272
Decimal 158 33 186
Hex 9E 21 BA

RGB Percentages of Color #9e21ba

%41.91
%8.75
%49.34

CMYK Percentages of Color #9e21ba

%15
%82
%0
%27

Triadic Colors of #9e21ba

#9e21ba #ba9e21 #21ba9e

Analogous Colors of #9e21ba

#9e21ba #ba218a #5221ba

Monochromatic Colors of #9e21ba

#9e21ba

Complementary Color

#9e21ba #3dba21

#9e21ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e21ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e21ba Color CSS Codes

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

#9e21ba Text Font Color

<p style="color:#9e21ba">Text here</p>

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


#9e21ba Background Color

<div style="background-color:#9e21ba">
Div content here</div>

This div background color is #9e21ba


#9e21ba Border Color

<div style="border:3px solid #9e21ba">
Div here</div>

This div border color is #9e21ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,33,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e21ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e21ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9e21ba;
  box-shadow:         1px 1px 3px 2px #9e21ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,33,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e21ba


Comments

No comments written yet.

Please login to write comment.