Color Hex Logo

#8d1a93 Color Hex

#8D1A93
(141,26,147)
1 Favorites   0 Comments

Color spaces of #8d1a93

RGB 14126147
HSL0.830.700.34
HSV297°82°58°
CMYK 0.040.820.00   0.42
XYZ16.62048.508128.3700
Yxy8.50810.31070.1590
Hunter Lab29.168650.6648-37.2486
CIE-Lab35.019459.6890-39.7763

#8d1a93 color RGB value is (141,26,147).

#8d1a93 hex color red value is 141, green value is 26 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #8d1a93 hue: 0.83 , saturation: 0.70 and the lightness value of 8d1a93 is 0.34.

The process color (four color CMYK) of #8d1a93 color hex is 0.04, 0.82, 0.00, 0.42. Web safe color of #8d1a93 is #993399. Color #8d1a93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00011010 10010011
Octal 215 32 223
Decimal 141 26 147
Hex 8D 1A 93

RGB Percentages of Color #8d1a93

%44.90
%8.28
%46.82

CMYK Percentages of Color #8d1a93

%4
%82
%0
%42

Triadic Colors of #8d1a93

#8d1a93 #938d1a #1a938d

Analogous Colors of #8d1a93

#8d1a93 #931a5d #511a93

Monochromatic Colors of #8d1a93

#8d1a93

Complementary Color

#8d1a93 #20931a

#8d1a93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d1a93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d1a93 Color CSS Codes

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

#8d1a93 Text Font Color

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

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


#8d1a93 Background Color

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

This div background color is #8d1a93


#8d1a93 Border Color

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

This div border color is #8d1a93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d1a93


Comments

No comments written yet.

Please login to write comment.