Color spaces of #a468bf
RGB | 164 | 104 | 191 |
---|---|---|---|
HSL | 0.78 | 0.40 | 0.58 |
HSV | 281° | 46° | 75° |
CMYK | 0.14 | 0.46 | 0.00 0.25 |
XYZ | 29.6641 | 21.5547 | 51.8872 |
Yxy | 21.5547 | 0.2877 | 0.2091 |
Hunter Lab | 46.4270 | 32.8035 | -33.7640 |
CIE-Lab | 53.5513 | 39.3670 | -36.3016 |
#a468bf color RGB value is (164,104,191).
#a468bf hex color red value is 164, green value is 104 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a468bf hue: 0.78 , saturation: 0.40 and the lightness value of a468bf is 0.58.
The process color (four color CMYK) of #a468bf color hex is 0.14, 0.46, 0.00, 0.25. Web safe color of #a468bf is #9966cc. Color #a468bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01101000 | 10111111 |
Octal | 244 | 150 | 277 |
Decimal | 164 | 104 | 191 |
Hex | A4 | 68 | BF |
Shades of #a468bf
Tints of #a468bf
RGB Percentages of Color #a468bf
CMYK Percentages of Color #a468bf
Complementary Color
#a468bf | #83bf68 |
#a468bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a468bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a468bf Color CSS Codes
.mybgcolor {background-color:#a468bf; } .myforecolor {color:#a468bf; } .mybordercolor {border:3px solid #a468bf; }
#a468bf Text Font Color
<p style="color:#a468bf">Text here</p>
This sample text font color is #a468bf
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.
#a468bf Background Color
<div style="background-color:#a468bf">
Div content here</div>
This div background color is #a468bf
#a468bf Border Color
<div style="border:3px solid #a468bf">
Div here</div>
This div border color is #a468bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,104,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a468bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a468bf; -webkit-box-shadow: 1px 1px 3px 2px #a468bf; box-shadow: 1px 1px 3px 2px #a468bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,104,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a468bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a468bf; -webkit-box-shadow: 1px 1px 3px 2px #a468bf; box-shadow: 1px 1px 3px 2px #a468bf;">
Div content here</div>
This div box has shadow with color #a468bf
Comments
No comments written yet.
Please login to write comment.