Color Hex Logo

#8d1fff Color Hex

#8D1FFF
(141,31,255)
0 Favorites   0 Comments

Color spaces of #8d1fff

RGB 14131255
HSL0.751.000.56
HSV269°88°100°
CMYK 0.450.880.00   0.00
XYZ29.524513.862795.7274
Yxy13.86270.21220.0996
Hunter Lab37.232676.3886-126.3753
CIE-Lab44.035479.8511-88.0877

#8d1fff color RGB value is (141,31,255).

#8d1fff hex color red value is 141, green value is 31 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8d1fff hue: 0.75 , saturation: 1.00 and the lightness value of 8d1fff is 0.56.

The process color (four color CMYK) of #8d1fff color hex is 0.45, 0.88, 0.00, 0.00. Web safe color of #8d1fff is #9933ff. Color #8d1fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00011111 11111111
Octal 215 37 377
Decimal 141 31 255
Hex 8D 1F FF

RGB Percentages of Color #8d1fff

%33.02
%7.26
%59.72

CMYK Percentages of Color #8d1fff

%45
%88
%0
%0

Triadic Colors of #8d1fff

#8d1fff #ff8d1f #1fff8d

Analogous Colors of #8d1fff

#8d1fff #fd1fff #1f21ff

Monochromatic Colors of #8d1fff

#8d1fff

Complementary Color

#8d1fff #91ff1f

#8d1fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d1fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d1fff Color CSS Codes

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

#8d1fff Text Font Color

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

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


#8d1fff Background Color

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

This div background color is #8d1fff


#8d1fff Border Color

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

This div border color is #8d1fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d1fff

Related Colors


Comments

No comments written yet.

Please login to write comment.