Color Hex Logo

#9e678a Color Hex

#9E678A
(158,103,138)
1 Favorites   0 Comments

Color spaces of #9e678a

RGB 158103138
HSL0.890.220.51
HSV322°35°62°
CMYK 0.000.350.13   0.38
XYZ23.538218.804626.4338
Yxy18.80460.34220.2734
Hunter Lab43.364321.0026-5.7867
CIE-Lab50.457827.5333-10.1836

#9e678a color RGB value is (158,103,138).

#9e678a hex color red value is 158, green value is 103 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #9e678a hue: 0.89 , saturation: 0.22 and the lightness value of 9e678a is 0.51.

The process color (four color CMYK) of #9e678a color hex is 0.00, 0.35, 0.13, 0.38. Web safe color of #9e678a is #996699. Color #9e678a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01100111 10001010
Octal 236 147 212
Decimal 158 103 138
Hex 9E 67 8A

RGB Percentages of Color #9e678a

%39.60
%25.81
%34.59

CMYK Percentages of Color #9e678a

%0
%35
%13
%38

Triadic Colors of #9e678a

#9e678a #8a9e67 #678a9e

Analogous Colors of #9e678a

#9e678a #9e676f #97679e

Monochromatic Colors of #9e678a

#9e678a

Complementary Color

#9e678a #679e7b

#9e678a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e678a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e678a Color CSS Codes

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

#9e678a Text Font Color

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

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


#9e678a Background Color

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

This div background color is #9e678a


#9e678a Border Color

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

This div border color is #9e678a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e678a


Comments

No comments written yet.

Please login to write comment.