Color spaces of #a369ce
RGB | 163 | 105 | 206 |
---|---|---|---|
HSL | 0.76 | 0.51 | 0.61 |
HSV | 274° | 49° | 81° |
CMYK | 0.21 | 0.49 | 0.00 0.19 |
XYZ | 31.2964 | 22.3459 | 61.0562 |
Yxy | 22.3459 | 0.2729 | 0.1948 |
Hunter Lab | 47.2715 | 35.4522 | -43.4894 |
CIE-Lab | 54.3921 | 41.8530 | -43.5593 |
#a369ce color RGB value is (163,105,206).
#a369ce hex color red value is 163, green value is 105 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a369ce hue: 0.76 , saturation: 0.51 and the lightness value of a369ce is 0.61.
The process color (four color CMYK) of #a369ce color hex is 0.21, 0.49, 0.00, 0.19. Web safe color of #a369ce is #9966cc. Color #a369ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01101001 | 11001110 |
Octal | 243 | 151 | 316 |
Decimal | 163 | 105 | 206 |
Hex | A3 | 69 | CE |
Shades of #a369ce
Tints of #a369ce
RGB Percentages of Color #a369ce
CMYK Percentages of Color #a369ce
Complementary Color
#a369ce | #94ce69 |
#a369ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a369ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a369ce Color CSS Codes
.mybgcolor {background-color:#a369ce; } .myforecolor {color:#a369ce; } .mybordercolor {border:3px solid #a369ce; }
#a369ce Text Font Color
<p style="color:#a369ce">Text here</p>
This sample text font color is #a369ce
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.
#a369ce Background Color
<div style="background-color:#a369ce">
Div content here</div>
This div background color is #a369ce
#a369ce Border Color
<div style="border:3px solid #a369ce">
Div here</div>
This div border color is #a369ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,105,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a369ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a369ce; -webkit-box-shadow: 1px 1px 3px 2px #a369ce; box-shadow: 1px 1px 3px 2px #a369ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,105,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a369ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a369ce; -webkit-box-shadow: 1px 1px 3px 2px #a369ce; box-shadow: 1px 1px 3px 2px #a369ce;">
Div content here</div>
This div box has shadow with color #a369ce
Comments
No comments written yet.
Please login to write comment.