Color spaces of #a801cd
RGB | 168 | 1 | 205 |
---|---|---|---|
HSL | 0.80 | 0.99 | 0.40 |
HSV | 289° | 100° | 80° |
CMYK | 0.18 | 1.00 | 0.00 0.20 |
XYZ | 27.1787 | 12.7543 | 58.7870 |
Yxy | 12.7543 | 0.2753 | 0.1292 |
Hunter Lab | 35.7132 | 73.3454 | -72.5973 |
CIE-Lab | 42.3907 | 77.7235 | -62.1824 |
#a801cd color RGB value is (168,1,205).
#a801cd hex color red value is 168, green value is 1 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a801cd hue: 0.80 , saturation: 0.99 and the lightness value of a801cd is 0.40.
The process color (four color CMYK) of #a801cd color hex is 0.18, 1.00, 0.00, 0.20. Web safe color of #a801cd is #9900cc. Color #a801cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00000001 | 11001101 |
Octal | 250 | 1 | 315 |
Decimal | 168 | 1 | 205 |
Hex | A8 | 1 | CD |
Shades of #a801cd
Tints of #a801cd
RGB Percentages of Color #a801cd
CMYK Percentages of Color #a801cd
Complementary Color
#a801cd | #26cd01 |
#a801cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a801cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a801cd Color CSS Codes
.mybgcolor {background-color:#a801cd; } .myforecolor {color:#a801cd; } .mybordercolor {border:3px solid #a801cd; }
#a801cd Text Font Color
<p style="color:#a801cd">Text here</p>
This sample text font color is #a801cd
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.
#a801cd Background Color
<div style="background-color:#a801cd">
Div content here</div>
This div background color is #a801cd
#a801cd Border Color
<div style="border:3px solid #a801cd">
Div here</div>
This div border color is #a801cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,1,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a801cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a801cd; -webkit-box-shadow: 1px 1px 3px 2px #a801cd; box-shadow: 1px 1px 3px 2px #a801cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,1,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a801cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a801cd; -webkit-box-shadow: 1px 1px 3px 2px #a801cd; box-shadow: 1px 1px 3px 2px #a801cd;">
Div content here</div>
This div box has shadow with color #a801cd
Comments
No comments written yet.
Please login to write comment.