Color spaces of #ab31ec
RGB | 171 | 49 | 236 |
---|---|---|---|
HSL | 0.78 | 0.83 | 0.56 |
HSV | 279° | 79° | 93° |
CMYK | 0.28 | 0.79 | 0.00 0.07 |
XYZ | 33.0332 | 16.9107 | 80.8799 |
Yxy | 16.9107 | 0.2525 | 0.1293 |
Hunter Lab | 41.1226 | 71.4218 | -87.8256 |
CIE-Lab | 48.1473 | 75.0424 | -70.5311 |
#ab31ec color RGB value is (171,49,236).
#ab31ec hex color red value is 171, green value is 49 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ab31ec hue: 0.78 , saturation: 0.83 and the lightness value of ab31ec is 0.56.
The process color (four color CMYK) of #ab31ec color hex is 0.28, 0.79, 0.00, 0.07. Web safe color of #ab31ec is #9933ff. Color #ab31ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00110001 | 11101100 |
Octal | 253 | 61 | 354 |
Decimal | 171 | 49 | 236 |
Hex | AB | 31 | EC |
Shades of #ab31ec
Tints of #ab31ec
RGB Percentages of Color #ab31ec
CMYK Percentages of Color #ab31ec
Complementary Color
#ab31ec | #72ec31 |
#ab31ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab31ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab31ec Color CSS Codes
.mybgcolor {background-color:#ab31ec; } .myforecolor {color:#ab31ec; } .mybordercolor {border:3px solid #ab31ec; }
#ab31ec Text Font Color
<p style="color:#ab31ec">Text here</p>
This sample text font color is #ab31ec
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.
#ab31ec Background Color
<div style="background-color:#ab31ec">
Div content here</div>
This div background color is #ab31ec
#ab31ec Border Color
<div style="border:3px solid #ab31ec">
Div here</div>
This div border color is #ab31ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,49,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab31ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab31ec; -webkit-box-shadow: 1px 1px 3px 2px #ab31ec; box-shadow: 1px 1px 3px 2px #ab31ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,49,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab31ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab31ec; -webkit-box-shadow: 1px 1px 3px 2px #ab31ec; box-shadow: 1px 1px 3px 2px #ab31ec;">
Div content here</div>
This div box has shadow with color #ab31ec
Comments
No comments written yet.
Please login to write comment.