Color spaces of #9451ea
RGB | 148 | 81 | 234 |
---|---|---|---|
HSL | 0.74 | 0.78 | 0.62 |
HSV | 266° | 65° | 92° |
CMYK | 0.37 | 0.65 | 0.00 0.08 |
XYZ | 30.0065 | 18.1213 | 79.7581 |
Yxy | 18.1213 | 0.2346 | 0.1417 |
Hunter Lab | 42.5691 | 51.3267 | -81.2882 |
CIE-Lab | 49.6429 | 57.5135 | -67.1112 |
#9451ea color RGB value is (148,81,234).
#9451ea hex color red value is 148, green value is 81 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9451ea hue: 0.74 , saturation: 0.78 and the lightness value of 9451ea is 0.62.
The process color (four color CMYK) of #9451ea color hex is 0.37, 0.65, 0.00, 0.08. Web safe color of #9451ea is #9966ff. Color #9451ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01010001 | 11101010 |
Octal | 224 | 121 | 352 |
Decimal | 148 | 81 | 234 |
Hex | 94 | 51 | EA |
Shades of #9451ea
Tints of #9451ea
RGB Percentages of Color #9451ea
CMYK Percentages of Color #9451ea
Complementary Color
#9451ea | #a7ea51 |
#9451ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9451ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#9451ea Color CSS Codes
.mybgcolor {background-color:#9451ea; } .myforecolor {color:#9451ea; } .mybordercolor {border:3px solid #9451ea; }
#9451ea Text Font Color
<p style="color:#9451ea">Text here</p>
This sample text font color is #9451ea
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.
#9451ea Background Color
<div style="background-color:#9451ea">
Div content here</div>
This div background color is #9451ea
#9451ea Border Color
<div style="border:3px solid #9451ea">
Div here</div>
This div border color is #9451ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,81,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9451ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9451ea; -webkit-box-shadow: 1px 1px 3px 2px #9451ea; box-shadow: 1px 1px 3px 2px #9451ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,81,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9451ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9451ea; -webkit-box-shadow: 1px 1px 3px 2px #9451ea; box-shadow: 1px 1px 3px 2px #9451ea;">
Div content here</div>
This div box has shadow with color #9451ea
Comments
No comments written yet.
Please login to write comment.