Color spaces of #a818fd
RGB | 168 | 24 | 253 |
---|---|---|---|
HSL | 0.77 | 0.98 | 0.54 |
HSV | 278° | 91° | 99° |
CMYK | 0.34 | 0.91 | 0.00 0.01 |
XYZ | 34.2047 | 16.0699 | 94.2275 |
Yxy | 16.0699 | 0.2367 | 0.1112 |
Hunter Lab | 40.0873 | 82.1534 | -111.3035 |
CIE-Lab | 47.0661 | 83.8105 | -81.8565 |
#a818fd color RGB value is (168,24,253).
#a818fd hex color red value is 168, green value is 24 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a818fd hue: 0.77 , saturation: 0.98 and the lightness value of a818fd is 0.54.
The process color (four color CMYK) of #a818fd color hex is 0.34, 0.91, 0.00, 0.01. Web safe color of #a818fd is #9900ff. Color #a818fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00011000 | 11111101 |
Octal | 250 | 30 | 375 |
Decimal | 168 | 24 | 253 |
Hex | A8 | 18 | FD |
Shades of #a818fd
Tints of #a818fd
RGB Percentages of Color #a818fd
CMYK Percentages of Color #a818fd
Complementary Color
#a818fd | #6dfd18 |
#a818fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a818fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a818fd Color CSS Codes
.mybgcolor {background-color:#a818fd; } .myforecolor {color:#a818fd; } .mybordercolor {border:3px solid #a818fd; }
#a818fd Text Font Color
<p style="color:#a818fd">Text here</p>
This sample text font color is #a818fd
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.
#a818fd Background Color
<div style="background-color:#a818fd">
Div content here</div>
This div background color is #a818fd
#a818fd Border Color
<div style="border:3px solid #a818fd">
Div here</div>
This div border color is #a818fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,24,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a818fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a818fd; -webkit-box-shadow: 1px 1px 3px 2px #a818fd; box-shadow: 1px 1px 3px 2px #a818fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,24,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a818fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a818fd; -webkit-box-shadow: 1px 1px 3px 2px #a818fd; box-shadow: 1px 1px 3px 2px #a818fd;">
Div content here</div>
This div box has shadow with color #a818fd
Comments
No comments written yet.
Please login to write comment.