Color spaces of #a268cd
RGB | 162 | 104 | 205 |
---|---|---|---|
HSL | 0.76 | 0.50 | 0.61 |
HSV | 274° | 49° | 80° |
CMYK | 0.21 | 0.49 | 0.00 0.20 |
XYZ | 30.8701 | 21.9898 | 60.3750 |
Yxy | 21.9898 | 0.2726 | 0.1942 |
Hunter Lab | 46.8933 | 35.4443 | -43.5104 |
CIE-Lab | 54.0162 | 41.8985 | -43.5918 |
#a268cd color RGB value is (162,104,205).
#a268cd hex color red value is 162, green value is 104 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a268cd hue: 0.76 , saturation: 0.50 and the lightness value of a268cd is 0.61.
The process color (four color CMYK) of #a268cd color hex is 0.21, 0.49, 0.00, 0.20. Web safe color of #a268cd is #9966cc. Color #a268cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01101000 | 11001101 |
Octal | 242 | 150 | 315 |
Decimal | 162 | 104 | 205 |
Hex | A2 | 68 | CD |
Shades of #a268cd
Tints of #a268cd
RGB Percentages of Color #a268cd
CMYK Percentages of Color #a268cd
Complementary Color
#a268cd | #93cd68 |
#a268cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a268cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a268cd Color CSS Codes
.mybgcolor {background-color:#a268cd; } .myforecolor {color:#a268cd; } .mybordercolor {border:3px solid #a268cd; }
#a268cd Text Font Color
<p style="color:#a268cd">Text here</p>
This sample text font color is #a268cd
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.
#a268cd Background Color
<div style="background-color:#a268cd">
Div content here</div>
This div background color is #a268cd
#a268cd Border Color
<div style="border:3px solid #a268cd">
Div here</div>
This div border color is #a268cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,104,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a268cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a268cd; -webkit-box-shadow: 1px 1px 3px 2px #a268cd; box-shadow: 1px 1px 3px 2px #a268cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,104,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 #a268cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a268cd; -webkit-box-shadow: 1px 1px 3px 2px #a268cd; box-shadow: 1px 1px 3px 2px #a268cd;">
Div content here</div>
This div box has shadow with color #a268cd
Comments
No comments written yet.
Please login to write comment.