Color spaces of #a19deb
RGB | 161 | 157 | 235 |
---|---|---|---|
HSL | 0.68 | 0.66 | 0.77 |
HSV | 243° | 33° | 92° |
CMYK | 0.31 | 0.33 | 0.00 0.08 |
XYZ | 41.7503 | 37.6892 | 83.6715 |
Yxy | 37.6892 | 0.2560 | 0.2311 |
Hunter Lab | 61.3915 | 13.9566 | -37.8332 |
CIE-Lab | 67.7909 | 18.9140 | -38.7232 |
#a19deb color RGB value is (161,157,235).
#a19deb hex color red value is 161, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a19deb hue: 0.68 , saturation: 0.66 and the lightness value of a19deb is 0.77.
The process color (four color CMYK) of #a19deb color hex is 0.31, 0.33, 0.00, 0.08. Web safe color of #a19deb is #9999ff. Color #a19deb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10011101 | 11101011 |
Octal | 241 | 235 | 353 |
Decimal | 161 | 157 | 235 |
Hex | A1 | 9D | EB |
Shades of #a19deb
Tints of #a19deb
RGB Percentages of Color #a19deb
CMYK Percentages of Color #a19deb
Complementary Color
#a19deb | #e7eb9d |
#a19deb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a19deb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a19deb Color CSS Codes
.mybgcolor {background-color:#a19deb; } .myforecolor {color:#a19deb; } .mybordercolor {border:3px solid #a19deb; }
#a19deb Text Font Color
<p style="color:#a19deb">Text here</p>
This sample text font color is #a19deb
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.
#a19deb Background Color
<div style="background-color:#a19deb">
Div content here</div>
This div background color is #a19deb
#a19deb Border Color
<div style="border:3px solid #a19deb">
Div here</div>
This div border color is #a19deb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,157,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a19deb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a19deb; -webkit-box-shadow: 1px 1px 3px 2px #a19deb; box-shadow: 1px 1px 3px 2px #a19deb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,157,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a19deb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a19deb; -webkit-box-shadow: 1px 1px 3px 2px #a19deb; box-shadow: 1px 1px 3px 2px #a19deb;">
Div content here</div>
This div box has shadow with color #a19deb
Comments
No comments written yet.
Please login to write comment.