Color Hex Logo

#9e468e Color Hex

#9E468E
(158,70,142)
0 Favorites   0 Comments

Color spaces of #9e468e

RGB 15870142
HSL0.860.390.45
HSV311°56°62°
CMYK 0.000.560.10   0.38
XYZ21.173213.602427.1008
Yxy13.60240.34220.2198
Hunter Lab36.881437.9323-17.7498
CIE-Lab43.657245.9568-22.9495

#9e468e color RGB value is (158,70,142).

#9e468e hex color red value is 158, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #9e468e hue: 0.86 , saturation: 0.39 and the lightness value of 9e468e is 0.45.

The process color (four color CMYK) of #9e468e color hex is 0.00, 0.56, 0.10, 0.38. Web safe color of #9e468e is #993399. Color #9e468e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01000110 10001110
Octal 236 106 216
Decimal 158 70 142
Hex 9E 46 8E

RGB Percentages of Color #9e468e

%42.70
%18.92
%38.38

CMYK Percentages of Color #9e468e

%0
%56
%10
%38

Triadic Colors of #9e468e

#9e468e #8e9e46 #468e9e

Analogous Colors of #9e468e

#9e468e #9e4662 #82469e

Monochromatic Colors of #9e468e

#9e468e

Complementary Color

#9e468e #469e56

#9e468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e468e Color CSS Codes

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

#9e468e Text Font Color

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

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


#9e468e Background Color

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

This div background color is #9e468e


#9e468e Border Color

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

This div border color is #9e468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e468e


Comments

No comments written yet.

Please login to write comment.