Color Hex Logo

#8d157f Color Hex

#8D157F
(141,21,127)
1 Favorites   0 Comments

Color spaces of #8d157f

RGB 14121127
HSL0.850.740.32
HSV307°85°55°
CMYK 0.000.850.10   0.45
XYZ15.08347.731420.7760
Yxy7.73140.34600.1774
Hunter Lab27.805448.1702-24.8373
CIE-Lab33.417157.6965-29.9392

#8d157f color RGB value is (141,21,127).

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

The process color (four color CMYK) of #8d157f color hex is 0.00, 0.85, 0.10, 0.45. Web safe color of #8d157f is #990066. Color #8d157f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00010101 01111111
Octal 215 25 177
Decimal 141 21 127
Hex 8D 15 7F

RGB Percentages of Color #8d157f

%48.79
%7.27
%43.94

CMYK Percentages of Color #8d157f

%0
%85
%10
%45

Triadic Colors of #8d157f

#8d157f #7f8d15 #157f8d

Analogous Colors of #8d157f

#8d157f #8d1543 #5f158d

Monochromatic Colors of #8d157f

#8d157f

Complementary Color

#8d157f #158d23

#8d157f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d157f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d157f Color CSS Codes

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

#8d157f Text Font Color

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

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


#8d157f Background Color

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

This div background color is #8d157f


#8d157f Border Color

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

This div border color is #8d157f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d157f


Comments

No comments written yet.

Please login to write comment.