Color spaces of #a38bfb
RGB | 163 | 139 | 251 |
---|---|---|---|
HSL | 0.70 | 0.93 | 0.76 |
HSV | 253° | 45° | 98° |
CMYK | 0.35 | 0.45 | 0.00 0.02 |
XYZ | 41.7495 | 33.2168 | 95.4778 |
Yxy | 33.2168 | 0.2449 | 0.1949 |
Hunter Lab | 57.6340 | 28.4441 | -57.8773 |
CIE-Lab | 64.3361 | 33.8032 | -52.9199 |
#a38bfb color RGB value is (163,139,251).
#a38bfb hex color red value is 163, green value is 139 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a38bfb hue: 0.70 , saturation: 0.93 and the lightness value of a38bfb is 0.76.
The process color (four color CMYK) of #a38bfb color hex is 0.35, 0.45, 0.00, 0.02. Web safe color of #a38bfb is #9999ff. Color #a38bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10001011 | 11111011 |
Octal | 243 | 213 | 373 |
Decimal | 163 | 139 | 251 |
Hex | A3 | 8B | FB |
Shades of #a38bfb
Tints of #a38bfb
RGB Percentages of Color #a38bfb
CMYK Percentages of Color #a38bfb
Complementary Color
#a38bfb | #e3fb8b |
#a38bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a38bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a38bfb Color CSS Codes
.mybgcolor {background-color:#a38bfb; } .myforecolor {color:#a38bfb; } .mybordercolor {border:3px solid #a38bfb; }
#a38bfb Text Font Color
<p style="color:#a38bfb">Text here</p>
This sample text font color is #a38bfb
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.
#a38bfb Background Color
<div style="background-color:#a38bfb">
Div content here</div>
This div background color is #a38bfb
#a38bfb Border Color
<div style="border:3px solid #a38bfb">
Div here</div>
This div border color is #a38bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,139,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a38bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a38bfb; -webkit-box-shadow: 1px 1px 3px 2px #a38bfb; box-shadow: 1px 1px 3px 2px #a38bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,139,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 #a38bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a38bfb; -webkit-box-shadow: 1px 1px 3px 2px #a38bfb; box-shadow: 1px 1px 3px 2px #a38bfb;">
Div content here</div>
This div box has shadow with color #a38bfb
Comments
No comments written yet.
Please login to write comment.