Color spaces of #a398dc
RGB | 163 | 152 | 220 |
---|---|---|---|
HSL | 0.69 | 0.49 | 0.73 |
HSV | 250° | 31° | 86° |
CMYK | 0.26 | 0.31 | 0.00 0.14 |
XYZ | 39.2508 | 35.4103 | 72.4763 |
Yxy | 35.4103 | 0.2668 | 0.2407 |
Hunter Lab | 59.5066 | 13.6030 | -30.5580 |
CIE-Lab | 66.0669 | 18.6038 | -33.1313 |
#a398dc color RGB value is (163,152,220).
#a398dc hex color red value is 163, green value is 152 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a398dc hue: 0.69 , saturation: 0.49 and the lightness value of a398dc is 0.73.
The process color (four color CMYK) of #a398dc color hex is 0.26, 0.31, 0.00, 0.14. Web safe color of #a398dc is #9999cc. Color #a398dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10011000 | 11011100 |
Octal | 243 | 230 | 334 |
Decimal | 163 | 152 | 220 |
Hex | A3 | 98 | DC |
Shades of #a398dc
Tints of #a398dc
RGB Percentages of Color #a398dc
CMYK Percentages of Color #a398dc
Complementary Color
#a398dc | #d1dc98 |
#a398dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a398dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a398dc Color CSS Codes
.mybgcolor {background-color:#a398dc; } .myforecolor {color:#a398dc; } .mybordercolor {border:3px solid #a398dc; }
#a398dc Text Font Color
<p style="color:#a398dc">Text here</p>
This sample text font color is #a398dc
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.
#a398dc Background Color
<div style="background-color:#a398dc">
Div content here</div>
This div background color is #a398dc
#a398dc Border Color
<div style="border:3px solid #a398dc">
Div here</div>
This div border color is #a398dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,152,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a398dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a398dc; -webkit-box-shadow: 1px 1px 3px 2px #a398dc; box-shadow: 1px 1px 3px 2px #a398dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,152,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a398dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a398dc; -webkit-box-shadow: 1px 1px 3px 2px #a398dc; box-shadow: 1px 1px 3px 2px #a398dc;">
Div content here</div>
This div box has shadow with color #a398dc
Comments
No comments written yet.
Please login to write comment.