Color Hex Logo

#8d416e Color Hex

#8D416E
(141,65,110)
0 Favorites   0 Comments

Color spaces of #8d416e

RGB 14165110
HSL0.900.370.40
HSV324°54°55°
CMYK 0.000.540.22   0.45
XYZ15.689310.569115.9650
Yxy10.56910.37160.2503
Hunter Lab32.510229.2508-6.3589
CIE-Lab38.845037.8775-10.9025

#8d416e color RGB value is (141,65,110).

#8d416e hex color red value is 141, green value is 65 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8d416e hue: 0.90 , saturation: 0.37 and the lightness value of 8d416e is 0.40.

The process color (four color CMYK) of #8d416e color hex is 0.00, 0.54, 0.22, 0.45. Web safe color of #8d416e is #993366. Color #8d416e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01000001 01101110
Octal 215 101 156
Decimal 141 65 110
Hex 8D 41 6E

RGB Percentages of Color #8d416e

%44.62
%20.57
%34.81

CMYK Percentages of Color #8d416e

%0
%54
%22
%45

Triadic Colors of #8d416e

#8d416e #6e8d41 #416e8d

Analogous Colors of #8d416e

#8d416e #8d4148 #86418d

Monochromatic Colors of #8d416e

#8d416e

Complementary Color

#8d416e #418d60

#8d416e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d416e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d416e Color CSS Codes

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

#8d416e Text Font Color

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

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


#8d416e Background Color

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

This div background color is #8d416e


#8d416e Border Color

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

This div border color is #8d416e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d416e


Comments

No comments written yet.

Please login to write comment.