Color Hex Logo

#8d679a Color Hex

#8D679A
(141,103,154)
0 Favorites   0 Comments

Color spaces of #8d679a

RGB 141103154
HSL0.790.200.50
HSV285°33°60°
CMYK 0.080.330.00   0.40
XYZ21.667517.696332.8456
Yxy17.69630.30010.2451
Hunter Lab42.067018.3231-16.8463
CIE-Lab49.125724.7266-21.8474

#8d679a color RGB value is (141,103,154).

#8d679a hex color red value is 141, green value is 103 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8d679a hue: 0.79 , saturation: 0.20 and the lightness value of 8d679a is 0.50.

The process color (four color CMYK) of #8d679a color hex is 0.08, 0.33, 0.00, 0.40. Web safe color of #8d679a is #996699. Color #8d679a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01100111 10011010
Octal 215 147 232
Decimal 141 103 154
Hex 8D 67 9A

RGB Percentages of Color #8d679a

%35.43
%25.88
%38.69

CMYK Percentages of Color #8d679a

%8
%33
%0
%40

Triadic Colors of #8d679a

#8d679a #9a8d67 #679a8d

Analogous Colors of #8d679a

#8d679a #9a678e #74679a

Monochromatic Colors of #8d679a

#8d679a

Complementary Color

#8d679a #749a67

#8d679a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d679a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d679a Color CSS Codes

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

#8d679a Text Font Color

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

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


#8d679a Background Color

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

This div background color is #8d679a


#8d679a Border Color

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

This div border color is #8d679a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,103,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d679a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d679a;
  -webkit-box-shadow: 1px 1px 3px 2px #8d679a;
  box-shadow:         1px 1px 3px 2px #8d679a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d679a

#8d679a Color Palettes


Comments

No comments written yet.

Please login to write comment.