Color Hex Logo

#9e41be Color Hex

#9E41BE
(158,65,190)
0 Favorites   0 Comments

Color spaces of #9e41be

RGB 15865190
HSL0.790.490.50
HSV285°66°75°
CMYK 0.170.660.00   0.25
XYZ25.285114.767450.2329
Yxy14.76740.28010.1636
Hunter Lab38.428450.1998-50.6030
CIE-Lab45.314057.2881-48.8257

#9e41be color RGB value is (158,65,190).

#9e41be hex color red value is 158, green value is 65 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9e41be hue: 0.79 , saturation: 0.49 and the lightness value of 9e41be is 0.50.

The process color (four color CMYK) of #9e41be color hex is 0.17, 0.66, 0.00, 0.25. Web safe color of #9e41be is #9933cc. Color #9e41be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01000001 10111110
Octal 236 101 276
Decimal 158 65 190
Hex 9E 41 BE

RGB Percentages of Color #9e41be

%38.26
%15.74
%46.00

CMYK Percentages of Color #9e41be

%17
%66
%0
%25

Triadic Colors of #9e41be

#9e41be #be9e41 #41be9e

Analogous Colors of #9e41be

#9e41be #be41a0 #6041be

Monochromatic Colors of #9e41be

#9e41be

Complementary Color

#9e41be #61be41

#9e41be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e41be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e41be Color CSS Codes

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

#9e41be Text Font Color

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

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


#9e41be Background Color

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

This div background color is #9e41be


#9e41be Border Color

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

This div border color is #9e41be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e41be


Comments

No comments written yet.

Please login to write comment.