Color spaces of #8a4ebe
RGB | 138 | 78 | 190 |
---|---|---|---|
HSL | 0.76 | 0.46 | 0.53 |
HSV | 272° | 59° | 75° |
CMYK | 0.27 | 0.59 | 0.00 0.25 |
XYZ | 22.4999 | 14.5698 | 50.3416 |
Yxy | 14.5698 | 0.2574 | 0.1667 |
Hunter Lab | 38.1704 | 38.4203 | -51.4762 |
CIE-Lab | 45.0392 | 46.2027 | -49.4108 |
#8a4ebe color RGB value is (138,78,190).
#8a4ebe hex color red value is 138, green value is 78 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8a4ebe hue: 0.76 , saturation: 0.46 and the lightness value of 8a4ebe is 0.53.
The process color (four color CMYK) of #8a4ebe color hex is 0.27, 0.59, 0.00, 0.25. Web safe color of #8a4ebe is #9966cc. Color #8a4ebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 01001110 | 10111110 |
Octal | 212 | 116 | 276 |
Decimal | 138 | 78 | 190 |
Hex | 8A | 4E | BE |
Shades of #8a4ebe
Tints of #8a4ebe
RGB Percentages of Color #8a4ebe
CMYK Percentages of Color #8a4ebe
Complementary Color
#8a4ebe | #82be4e |
#8a4ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8a4ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#8a4ebe Color CSS Codes
.mybgcolor {background-color:#8a4ebe; } .myforecolor {color:#8a4ebe; } .mybordercolor {border:3px solid #8a4ebe; }
#8a4ebe Text Font Color
<p style="color:#8a4ebe">Text here</p>
This sample text font color is #8a4ebe
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.
#8a4ebe Background Color
<div style="background-color:#8a4ebe">
Div content here</div>
This div background color is #8a4ebe
#8a4ebe Border Color
<div style="border:3px solid #8a4ebe">
Div here</div>
This div border color is #8a4ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,78,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8a4ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8a4ebe; -webkit-box-shadow: 1px 1px 3px 2px #8a4ebe; box-shadow: 1px 1px 3px 2px #8a4ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,78,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8a4ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8a4ebe; -webkit-box-shadow: 1px 1px 3px 2px #8a4ebe; box-shadow: 1px 1px 3px 2px #8a4ebe;">
Div content here</div>
This div box has shadow with color #8a4ebe
Comments
No comments written yet.
Please login to write comment.