Color Hex Logo

#8d19df Color Hex

#8D19DF
(141,25,223)
0 Favorites   0 Comments

Color spaces of #8d19df

RGB 14125223
HSL0.760.800.49
HSV275°89°87°
CMYK 0.370.890.00   0.13
XYZ24.651411.685770.7683
Yxy11.68570.23020.1091
Hunter Lab34.184468.8993-98.8129
CIE-Lab40.712274.4142-75.4636

#8d19df color RGB value is (141,25,223).

#8d19df hex color red value is 141, green value is 25 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8d19df hue: 0.76 , saturation: 0.80 and the lightness value of 8d19df is 0.49.

The process color (four color CMYK) of #8d19df color hex is 0.37, 0.89, 0.00, 0.13. Web safe color of #8d19df is #9900cc. Color #8d19df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00011001 11011111
Octal 215 31 337
Decimal 141 25 223
Hex 8D 19 DF

RGB Percentages of Color #8d19df

%36.25
%6.43
%57.33

CMYK Percentages of Color #8d19df

%37
%89
%0
%13

Triadic Colors of #8d19df

#8d19df #df8d19 #19df8d

Analogous Colors of #8d19df

#8d19df #df19ce #2a19df

Monochromatic Colors of #8d19df

#8d19df

Complementary Color

#8d19df #6bdf19

#8d19df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d19df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d19df Color CSS Codes

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

#8d19df Text Font Color

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

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


#8d19df Background Color

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

This div background color is #8d19df


#8d19df Border Color

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

This div border color is #8d19df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d19df


Comments

No comments written yet.

Please login to write comment.