Color Hex Logo

#8e698e Color Hex

#8E698E
(142,105,142)
0 Favorites   0 Comments

Color spaces of #8e698e

RGB 142105142
HSL0.830.150.48
HSV300°26°56°
CMYK 0.000.260.00   0.44
XYZ21.089417.806927.9167
Yxy17.80690.31560.2665
Hunter Lab42.198215.3620-9.6852
CIE-Lab49.261121.4020-14.5378

#8e698e color RGB value is (142,105,142).

#8e698e hex color red value is 142, green value is 105 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8e698e hue: 0.83 , saturation: 0.15 and the lightness value of 8e698e is 0.48.

The process color (four color CMYK) of #8e698e color hex is 0.00, 0.26, 0.00, 0.44. Web safe color of #8e698e is #996699. Color #8e698e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01101001 10001110
Octal 216 151 216
Decimal 142 105 142
Hex 8E 69 8E

RGB Percentages of Color #8e698e

%36.50
%26.99
%36.50

CMYK Percentages of Color #8e698e

%0
%26
%0
%44

Triadic Colors of #8e698e

#8e698e #8e8e69 #698e8e

Analogous Colors of #8e698e

#8e698e #8e697c #7c698e

Monochromatic Colors of #8e698e

#8e698e

Complementary Color

#8e698e #698e69

#8e698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e698e Color CSS Codes

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

#8e698e Text Font Color

<p style="color:#8e698e">Text here</p>

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


#8e698e Background Color

<div style="background-color:#8e698e">
Div content here</div>

This div background color is #8e698e


#8e698e Border Color

<div style="border:3px solid #8e698e">
Div here</div>

This div border color is #8e698e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,105,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e698e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e698e;
  -webkit-box-shadow: 1px 1px 3px 2px #8e698e;
  box-shadow:         1px 1px 3px 2px #8e698e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,105,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 #8e698e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e698e


Comments

No comments written yet.

Please login to write comment.