Color spaces of #a967fb
RGB | 169 | 103 | 251 |
---|---|---|---|
HSL | 0.74 | 0.95 | 0.69 |
HSV | 267° | 59° | 98° |
CMYK | 0.33 | 0.59 | 0.00 0.02 |
XYZ | 38.6250 | 25.1005 | 94.0759 |
Yxy | 25.1005 | 0.2448 | 0.1591 |
Hunter Lab | 50.1004 | 49.9392 | -76.2614 |
CIE-Lab | 57.1732 | 54.9491 | -64.3281 |
#a967fb color RGB value is (169,103,251).
#a967fb hex color red value is 169, green value is 103 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a967fb hue: 0.74 , saturation: 0.95 and the lightness value of a967fb is 0.69.
The process color (four color CMYK) of #a967fb color hex is 0.33, 0.59, 0.00, 0.02. Web safe color of #a967fb is #9966ff. Color #a967fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01100111 | 11111011 |
Octal | 251 | 147 | 373 |
Decimal | 169 | 103 | 251 |
Hex | A9 | 67 | FB |
Shades of #a967fb
Tints of #a967fb
RGB Percentages of Color #a967fb
CMYK Percentages of Color #a967fb
Complementary Color
#a967fb | #b9fb67 |
#a967fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a967fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a967fb Color CSS Codes
.mybgcolor {background-color:#a967fb; } .myforecolor {color:#a967fb; } .mybordercolor {border:3px solid #a967fb; }
#a967fb Text Font Color
<p style="color:#a967fb">Text here</p>
This sample text font color is #a967fb
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.
#a967fb Background Color
<div style="background-color:#a967fb">
Div content here</div>
This div background color is #a967fb
#a967fb Border Color
<div style="border:3px solid #a967fb">
Div here</div>
This div border color is #a967fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,103,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a967fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a967fb; -webkit-box-shadow: 1px 1px 3px 2px #a967fb; box-shadow: 1px 1px 3px 2px #a967fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,103,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a967fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a967fb; -webkit-box-shadow: 1px 1px 3px 2px #a967fb; box-shadow: 1px 1px 3px 2px #a967fb;">
Div content here</div>
This div box has shadow with color #a967fb
Comments
No comments written yet.
Please login to write comment.