Color Hex Logo

#8d159e Color Hex

#8D159E
(141,21,158)
0 Favorites   0 Comments

Color spaces of #8d159e

RGB 14121158
HSL0.810.770.35
HSV293°87°62°
CMYK 0.110.870.00   0.38
XYZ17.42428.667733.1024
Yxy8.66770.29440.1464
Hunter Lab29.441054.1209-46.0550
CIE-Lab35.336562.7591-45.9705

#8d159e color RGB value is (141,21,158).

#8d159e hex color red value is 141, green value is 21 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #8d159e hue: 0.81 , saturation: 0.77 and the lightness value of 8d159e is 0.35.

The process color (four color CMYK) of #8d159e color hex is 0.11, 0.87, 0.00, 0.38. Web safe color of #8d159e is #990099. Color #8d159e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00010101 10011110
Octal 215 25 236
Decimal 141 21 158
Hex 8D 15 9E

RGB Percentages of Color #8d159e

%44.06
%6.56
%49.38

CMYK Percentages of Color #8d159e

%11
%87
%0
%38

Triadic Colors of #8d159e

#8d159e #9e8d15 #159e8d

Analogous Colors of #8d159e

#8d159e #9e156b #49159e

Monochromatic Colors of #8d159e

#8d159e

Complementary Color

#8d159e #269e15

#8d159e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d159e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d159e Color CSS Codes

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

#8d159e Text Font Color

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

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


#8d159e Background Color

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

This div background color is #8d159e


#8d159e Border Color

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

This div border color is #8d159e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d159e


Comments

No comments written yet.

Please login to write comment.