Color spaces of #8a1efc
RGB | 138 | 30 | 252 |
---|---|---|---|
HSL | 0.75 | 0.97 | 0.55 |
HSV | 269° | 88° | 99° |
CMYK | 0.45 | 0.88 | 0.00 0.01 |
XYZ | 28.5162 | 13.3601 | 93.1712 |
Yxy | 13.3601 | 0.2112 | 0.0989 |
Hunter Lab | 36.5515 | 75.2945 | -125.5466 |
CIE-Lab | 43.3009 | 79.1174 | -87.6333 |
#8a1efc color RGB value is (138,30,252).
#8a1efc hex color red value is 138, green value is 30 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8a1efc hue: 0.75 , saturation: 0.97 and the lightness value of 8a1efc is 0.55.
The process color (four color CMYK) of #8a1efc color hex is 0.45, 0.88, 0.00, 0.01. Web safe color of #8a1efc is #9933ff. Color #8a1efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 00011110 | 11111100 |
Octal | 212 | 36 | 374 |
Decimal | 138 | 30 | 252 |
Hex | 8A | 1E | FC |
Shades of #8a1efc
Tints of #8a1efc
RGB Percentages of Color #8a1efc
CMYK Percentages of Color #8a1efc
Complementary Color
#8a1efc | #90fc1e |
#8a1efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8a1efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8a1efc Color CSS Codes
.mybgcolor {background-color:#8a1efc; } .myforecolor {color:#8a1efc; } .mybordercolor {border:3px solid #8a1efc; }
#8a1efc Text Font Color
<p style="color:#8a1efc">Text here</p>
This sample text font color is #8a1efc
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.
#8a1efc Background Color
<div style="background-color:#8a1efc">
Div content here</div>
This div background color is #8a1efc
#8a1efc Border Color
<div style="border:3px solid #8a1efc">
Div here</div>
This div border color is #8a1efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,30,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8a1efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8a1efc; -webkit-box-shadow: 1px 1px 3px 2px #8a1efc; box-shadow: 1px 1px 3px 2px #8a1efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,30,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8a1efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8a1efc; -webkit-box-shadow: 1px 1px 3px 2px #8a1efc; box-shadow: 1px 1px 3px 2px #8a1efc;">
Div content here</div>
This div box has shadow with color #8a1efc
Comments
No comments written yet.
Please login to write comment.