Color spaces of #8431ff
RGB | 132 | 49 | 255 |
---|---|---|---|
HSL | 0.73 | 1.00 | 0.60 |
HSV | 264° | 81° | 100° |
CMYK | 0.48 | 0.81 | 0.00 0.00 |
XYZ | 28.6640 | 14.3222 | 95.8614 |
Yxy | 14.3222 | 0.2064 | 0.1032 |
Hunter Lab | 37.8447 | 68.9698 | -123.6916 |
CIE-Lab | 44.6915 | 73.7007 | -87.0458 |
#8431ff color RGB value is (132,49,255).
#8431ff hex color red value is 132, green value is 49 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8431ff hue: 0.73 , saturation: 1.00 and the lightness value of 8431ff is 0.60.
The process color (four color CMYK) of #8431ff color hex is 0.48, 0.81, 0.00, 0.00. Web safe color of #8431ff is #9933ff. Color #8431ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 00110001 | 11111111 |
Octal | 204 | 61 | 377 |
Decimal | 132 | 49 | 255 |
Hex | 84 | 31 | FF |
Shades of #8431ff
Tints of #8431ff
RGB Percentages of Color #8431ff
CMYK Percentages of Color #8431ff
Complementary Color
#8431ff | #acff31 |
#8431ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8431ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#8431ff Color CSS Codes
.mybgcolor {background-color:#8431ff; } .myforecolor {color:#8431ff; } .mybordercolor {border:3px solid #8431ff; }
#8431ff Text Font Color
<p style="color:#8431ff">Text here</p>
This sample text font color is #8431ff
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.
#8431ff Background Color
<div style="background-color:#8431ff">
Div content here</div>
This div background color is #8431ff
#8431ff Border Color
<div style="border:3px solid #8431ff">
Div here</div>
This div border color is #8431ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,49,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8431ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8431ff; -webkit-box-shadow: 1px 1px 3px 2px #8431ff; box-shadow: 1px 1px 3px 2px #8431ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,49,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 #8431ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8431ff; -webkit-box-shadow: 1px 1px 3px 2px #8431ff; box-shadow: 1px 1px 3px 2px #8431ff;">
Div content here</div>
This div box has shadow with color #8431ff
Comments
No comments written yet.
Please login to write comment.