Color spaces of #a791ec
RGB | 167 | 145 | 236 |
---|---|---|---|
HSL | 0.71 | 0.71 | 0.75 |
HSV | 255° | 39° | 93° |
CMYK | 0.29 | 0.39 | 0.00 0.07 |
XYZ | 41.2021 | 34.5224 | 83.8488 |
Yxy | 34.5224 | 0.2582 | 0.2163 |
Hunter Lab | 58.7558 | 22.3494 | -43.4822 |
CIE-Lab | 65.3751 | 27.6561 | -43.0177 |
#a791ec color RGB value is (167,145,236).
#a791ec hex color red value is 167, green value is 145 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a791ec hue: 0.71 , saturation: 0.71 and the lightness value of a791ec is 0.75.
The process color (four color CMYK) of #a791ec color hex is 0.29, 0.39, 0.00, 0.07. Web safe color of #a791ec is #9999ff. Color #a791ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 10010001 | 11101100 |
Octal | 247 | 221 | 354 |
Decimal | 167 | 145 | 236 |
Hex | A7 | 91 | EC |
Shades of #a791ec
Tints of #a791ec
RGB Percentages of Color #a791ec
CMYK Percentages of Color #a791ec
Complementary Color
#a791ec | #d6ec91 |
#a791ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a791ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#a791ec Color CSS Codes
.mybgcolor {background-color:#a791ec; } .myforecolor {color:#a791ec; } .mybordercolor {border:3px solid #a791ec; }
#a791ec Text Font Color
<p style="color:#a791ec">Text here</p>
This sample text font color is #a791ec
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.
#a791ec Background Color
<div style="background-color:#a791ec">
Div content here</div>
This div background color is #a791ec
#a791ec Border Color
<div style="border:3px solid #a791ec">
Div here</div>
This div border color is #a791ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,145,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a791ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a791ec; -webkit-box-shadow: 1px 1px 3px 2px #a791ec; box-shadow: 1px 1px 3px 2px #a791ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,145,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a791ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a791ec; -webkit-box-shadow: 1px 1px 3px 2px #a791ec; box-shadow: 1px 1px 3px 2px #a791ec;">
Div content here</div>
This div box has shadow with color #a791ec
Comments
No comments written yet.
Please login to write comment.