Color spaces of #9741ef
RGB | 151 | 65 | 239 |
---|---|---|---|
HSL | 0.75 | 0.84 | 0.60 |
HSV | 270° | 73° | 94° |
CMYK | 0.37 | 0.73 | 0.00 0.06 |
XYZ | 30.2328 | 16.5919 | 83.2705 |
Yxy | 16.5919 | 0.2324 | 0.1275 |
Hunter Lab | 40.7332 | 61.2025 | -92.6929 |
CIE-Lab | 47.7417 | 66.5622 | -72.9978 |
#9741ef color RGB value is (151,65,239).
#9741ef hex color red value is 151, green value is 65 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9741ef hue: 0.75 , saturation: 0.84 and the lightness value of 9741ef is 0.60.
The process color (four color CMYK) of #9741ef color hex is 0.37, 0.73, 0.00, 0.06. Web safe color of #9741ef is #9933ff. Color #9741ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 01000001 | 11101111 |
Octal | 227 | 101 | 357 |
Decimal | 151 | 65 | 239 |
Hex | 97 | 41 | EF |
Shades of #9741ef
Tints of #9741ef
RGB Percentages of Color #9741ef
CMYK Percentages of Color #9741ef
Complementary Color
#9741ef | #99ef41 |
#9741ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9741ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#9741ef Color CSS Codes
.mybgcolor {background-color:#9741ef; } .myforecolor {color:#9741ef; } .mybordercolor {border:3px solid #9741ef; }
#9741ef Text Font Color
<p style="color:#9741ef">Text here</p>
This sample text font color is #9741ef
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.
#9741ef Background Color
<div style="background-color:#9741ef">
Div content here</div>
This div background color is #9741ef
#9741ef Border Color
<div style="border:3px solid #9741ef">
Div here</div>
This div border color is #9741ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,65,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9741ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9741ef; -webkit-box-shadow: 1px 1px 3px 2px #9741ef; box-shadow: 1px 1px 3px 2px #9741ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,65,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9741ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9741ef; -webkit-box-shadow: 1px 1px 3px 2px #9741ef; box-shadow: 1px 1px 3px 2px #9741ef;">
Div content here</div>
This div box has shadow with color #9741ef
Comments
No comments written yet.
Please login to write comment.