Color Hex Logo

#8d6887 Color Hex

#8D6887
(141,104,135)
0 Favorites   0 Comments

Color spaces of #8d6887

RGB 141104135
HSL0.860.150.48
HSV310°26°55°
CMYK 0.000.260.04   0.45
XYZ20.308017.312625.1930
Yxy17.31260.32330.2756
Hunter Lab41.608414.3066-6.7729
CIE-Lab48.651520.2436-11.3144

#8d6887 color RGB value is (141,104,135).

#8d6887 hex color red value is 141, green value is 104 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #8d6887 hue: 0.86 , saturation: 0.15 and the lightness value of 8d6887 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 01101000 10000111
Octal 215 150 207
Decimal 141 104 135
Hex 8D 68 87

RGB Percentages of Color #8d6887

%37.11
%27.37
%35.53

CMYK Percentages of Color #8d6887

%0
%26
%4
%45

Triadic Colors of #8d6887

#8d6887 #878d68 #68878d

Analogous Colors of #8d6887

#8d6887 #8d6875 #81688d

Monochromatic Colors of #8d6887

#8d6887

Complementary Color

#8d6887 #688d6e

#8d6887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d6887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d6887 Color CSS Codes

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

#8d6887 Text Font Color

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

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


#8d6887 Background Color

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

This div background color is #8d6887


#8d6887 Border Color

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

This div border color is #8d6887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d6887

#8d6887 Color Palettes


Comments

No comments written yet.

Please login to write comment.