Color Hex Logo

#8d18fe Color Hex

#8D18FE
(141,24,254)
0 Favorites   0 Comments

Color spaces of #8d18fe

RGB 14124254
HSL0.750.990.55
HSV271°91°100°
CMYK 0.440.910.00   0.00
XYZ29.200513.471794.8272
Yxy13.47170.21240.0980
Hunter Lab36.703877.7778-127.4877
CIE-Lab43.465681.0640-88.4677

#8d18fe color RGB value is (141,24,254).

#8d18fe hex color red value is 141, green value is 24 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8d18fe hue: 0.75 , saturation: 0.99 and the lightness value of 8d18fe is 0.55.

The process color (four color CMYK) of #8d18fe color hex is 0.44, 0.91, 0.00, 0.00. Web safe color of #8d18fe is #9900ff. Color #8d18fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00011000 11111110
Octal 215 30 376
Decimal 141 24 254
Hex 8D 18 FE

RGB Percentages of Color #8d18fe

%33.65
%5.73
%60.62

CMYK Percentages of Color #8d18fe

%44
%91
%0
%0

Triadic Colors of #8d18fe

#8d18fe #fe8d18 #18fe8d

Analogous Colors of #8d18fe

#8d18fe #fe18fc #1a18fe

Monochromatic Colors of #8d18fe

#8d18fe

Complementary Color

#8d18fe #89fe18

#8d18fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d18fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d18fe Color CSS Codes

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

#8d18fe Text Font Color

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

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


#8d18fe Background Color

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

This div background color is #8d18fe


#8d18fe Border Color

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

This div border color is #8d18fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d18fe

Related Colors


Comments

No comments written yet.

Please login to write comment.