Color Hex Logo

#8d219f Color Hex

#8D219F
(141,33,159)
0 Favorites   0 Comments

Color spaces of #8d219f

RGB 14133159
HSL0.810.660.38
HSV291°79°62°
CMYK 0.110.790.00   0.38
XYZ17.78649.253633.6496
Yxy9.25360.29310.1525
Hunter Lab30.419751.1343-44.2914
CIE-Lab36.468059.8362-44.7565

#8d219f color RGB value is (141,33,159).

#8d219f hex color red value is 141, green value is 33 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #8d219f hue: 0.81 , saturation: 0.66 and the lightness value of 8d219f is 0.38.

The process color (four color CMYK) of #8d219f color hex is 0.11, 0.79, 0.00, 0.38. Web safe color of #8d219f is #993399. Color #8d219f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00100001 10011111
Octal 215 41 237
Decimal 141 33 159
Hex 8D 21 9F

RGB Percentages of Color #8d219f

%42.34
%9.91
%47.75

CMYK Percentages of Color #8d219f

%11
%79
%0
%38

Triadic Colors of #8d219f

#8d219f #9f8d21 #219f8d

Analogous Colors of #8d219f

#8d219f #9f2172 #4e219f

Monochromatic Colors of #8d219f

#8d219f

Complementary Color

#8d219f #339f21

#8d219f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d219f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d219f Color CSS Codes

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

#8d219f Text Font Color

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

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


#8d219f Background Color

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

This div background color is #8d219f


#8d219f Border Color

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

This div border color is #8d219f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d219f


Comments

No comments written yet.

Please login to write comment.