Color Hex Logo

#8d177e Color Hex

#8D177E
(141,23,126)
0 Favorites   0 Comments

Color spaces of #8d177e

RGB 14123126
HSL0.850.720.32
HSV308°84°55°
CMYK 0.000.840.11   0.45
XYZ15.05687.781920.4471
Yxy7.78190.34780.1798
Hunter Lab27.896147.5267-23.9308
CIE-Lab33.524557.0745-29.1433

#8d177e color RGB value is (141,23,126).

#8d177e hex color red value is 141, green value is 23 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8d177e hue: 0.85 , saturation: 0.72 and the lightness value of 8d177e is 0.32.

The process color (four color CMYK) of #8d177e color hex is 0.00, 0.84, 0.11, 0.45. Web safe color of #8d177e is #990066. Color #8d177e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00010111 01111110
Octal 215 27 176
Decimal 141 23 126
Hex 8D 17 7E

RGB Percentages of Color #8d177e

%48.62
%7.93
%43.45

CMYK Percentages of Color #8d177e

%0
%84
%11
%45

Triadic Colors of #8d177e

#8d177e #7e8d17 #177e8d

Analogous Colors of #8d177e

#8d177e #8d1743 #61178d

Monochromatic Colors of #8d177e

#8d177e

Complementary Color

#8d177e #178d26

#8d177e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d177e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d177e Color CSS Codes

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

#8d177e Text Font Color

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

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


#8d177e Background Color

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

This div background color is #8d177e


#8d177e Border Color

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

This div border color is #8d177e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d177e


Comments

No comments written yet.

Please login to write comment.