Color spaces of #a281cd
RGB | 162 | 129 | 205 |
---|---|---|---|
HSL | 0.74 | 0.43 | 0.65 |
HSV | 266° | 37° | 80° |
CMYK | 0.21 | 0.37 | 0.00 0.20 |
XYZ | 33.7700 | 27.7897 | 61.3417 |
Yxy | 27.7897 | 0.2748 | 0.2261 |
Hunter Lab | 52.7159 | 22.0948 | -32.0903 |
CIE-Lab | 59.6983 | 27.8483 | -34.6674 |
#a281cd color RGB value is (162,129,205).
#a281cd hex color red value is 162, green value is 129 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a281cd hue: 0.74 , saturation: 0.43 and the lightness value of a281cd is 0.65.
The process color (four color CMYK) of #a281cd color hex is 0.21, 0.37, 0.00, 0.20. Web safe color of #a281cd is #9999cc. Color #a281cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10000001 | 11001101 |
Octal | 242 | 201 | 315 |
Decimal | 162 | 129 | 205 |
Hex | A2 | 81 | CD |
Shades of #a281cd
Tints of #a281cd
RGB Percentages of Color #a281cd
CMYK Percentages of Color #a281cd
Complementary Color
#a281cd | #accd81 |
#a281cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a281cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a281cd Color CSS Codes
.mybgcolor {background-color:#a281cd; } .myforecolor {color:#a281cd; } .mybordercolor {border:3px solid #a281cd; }
#a281cd Text Font Color
<p style="color:#a281cd">Text here</p>
This sample text font color is #a281cd
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.
#a281cd Background Color
<div style="background-color:#a281cd">
Div content here</div>
This div background color is #a281cd
#a281cd Border Color
<div style="border:3px solid #a281cd">
Div here</div>
This div border color is #a281cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,129,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a281cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a281cd; -webkit-box-shadow: 1px 1px 3px 2px #a281cd; box-shadow: 1px 1px 3px 2px #a281cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,129,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 #a281cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a281cd; -webkit-box-shadow: 1px 1px 3px 2px #a281cd; box-shadow: 1px 1px 3px 2px #a281cd;">
Div content here</div>
This div box has shadow with color #a281cd
Comments
No comments written yet.
Please login to write comment.