Color spaces of #a294cd
RGB | 162 | 148 | 205 |
---|---|---|---|
HSL | 0.71 | 0.36 | 0.69 |
HSV | 255° | 28° | 80° |
CMYK | 0.21 | 0.28 | 0.00 0.20 |
XYZ | 36.5096 | 33.2690 | 62.2549 |
Yxy | 33.2690 | 0.2765 | 0.2520 |
Hunter Lab | 57.6793 | 12.0475 | -23.6179 |
CIE-Lab | 64.3781 | 17.0050 | -27.4144 |
#a294cd color RGB value is (162,148,205).
#a294cd hex color red value is 162, green value is 148 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a294cd hue: 0.71 , saturation: 0.36 and the lightness value of a294cd is 0.69.
The process color (four color CMYK) of #a294cd color hex is 0.21, 0.28, 0.00, 0.20. Web safe color of #a294cd is #9999cc. Color #a294cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10010100 | 11001101 |
Octal | 242 | 224 | 315 |
Decimal | 162 | 148 | 205 |
Hex | A2 | 94 | CD |
Shades of #a294cd
Tints of #a294cd
RGB Percentages of Color #a294cd
CMYK Percentages of Color #a294cd
Complementary Color
#a294cd | #bfcd94 |
#a294cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a294cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a294cd Color CSS Codes
.mybgcolor {background-color:#a294cd; } .myforecolor {color:#a294cd; } .mybordercolor {border:3px solid #a294cd; }
#a294cd Text Font Color
<p style="color:#a294cd">Text here</p>
This sample text font color is #a294cd
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.
#a294cd Background Color
<div style="background-color:#a294cd">
Div content here</div>
This div background color is #a294cd
#a294cd Border Color
<div style="border:3px solid #a294cd">
Div here</div>
This div border color is #a294cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,148,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a294cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a294cd; -webkit-box-shadow: 1px 1px 3px 2px #a294cd; box-shadow: 1px 1px 3px 2px #a294cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,148,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 #a294cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a294cd; -webkit-box-shadow: 1px 1px 3px 2px #a294cd; box-shadow: 1px 1px 3px 2px #a294cd;">
Div content here</div>
This div box has shadow with color #a294cd
Comments
No comments written yet.
Please login to write comment.