Color Hex Logo

#9e208f Color Hex

#9E208F
(158,32,143)
0 Favorites   0 Comments

Color spaces of #9e208f

RGB 15832143
HSL0.850.660.37
HSV307°80°62°
CMYK 0.000.800.09   0.38
XYZ19.575010.285326.9401
Yxy10.28530.34460.1811
Hunter Lab32.070752.8273-27.3554
CIE-Lab38.349761.0076-31.8513

#9e208f color RGB value is (158,32,143).

#9e208f hex color red value is 158, green value is 32 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #9e208f hue: 0.85 , saturation: 0.66 and the lightness value of 9e208f is 0.37.

The process color (four color CMYK) of #9e208f color hex is 0.00, 0.80, 0.09, 0.38. Web safe color of #9e208f is #993399. Color #9e208f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00100000 10001111
Octal 236 40 217
Decimal 158 32 143
Hex 9E 20 8F

RGB Percentages of Color #9e208f

%47.45
%9.61
%42.94

CMYK Percentages of Color #9e208f

%0
%80
%9
%38

Triadic Colors of #9e208f

#9e208f #8f9e20 #208f9e

Analogous Colors of #9e208f

#9e208f #9e2050 #6e209e

Monochromatic Colors of #9e208f

#9e208f

Complementary Color

#9e208f #209e2f

#9e208f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e208f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e208f Color CSS Codes

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

#9e208f Text Font Color

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

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


#9e208f Background Color

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

This div background color is #9e208f


#9e208f Border Color

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

This div border color is #9e208f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e208f


Comments

No comments written yet.

Please login to write comment.