Color spaces of #9412cf
RGB | 148 | 18 | 207 |
---|---|---|---|
HSL | 0.78 | 0.84 | 0.44 |
HSV | 281° | 91° | 81° |
CMYK | 0.29 | 0.91 | 0.00 0.19 |
XYZ | 23.6915 | 11.2335 | 59.9511 |
Yxy | 11.2335 | 0.2497 | 0.1184 |
Hunter Lab | 33.5164 | 67.5213 | -82.5910 |
CIE-Lab | 39.9710 | 73.4153 | -67.4222 |
#9412cf color RGB value is (148,18,207).
#9412cf hex color red value is 148, green value is 18 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9412cf hue: 0.78 , saturation: 0.84 and the lightness value of 9412cf is 0.44.
The process color (four color CMYK) of #9412cf color hex is 0.29, 0.91, 0.00, 0.19. Web safe color of #9412cf is #9900cc. Color #9412cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 00010010 | 11001111 |
Octal | 224 | 22 | 317 |
Decimal | 148 | 18 | 207 |
Hex | 94 | 12 | CF |
Shades of #9412cf
Tints of #9412cf
RGB Percentages of Color #9412cf
CMYK Percentages of Color #9412cf
Complementary Color
#9412cf | #4dcf12 |
#9412cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9412cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9412cf Color CSS Codes
.mybgcolor {background-color:#9412cf; } .myforecolor {color:#9412cf; } .mybordercolor {border:3px solid #9412cf; }
#9412cf Text Font Color
<p style="color:#9412cf">Text here</p>
This sample text font color is #9412cf
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.
#9412cf Background Color
<div style="background-color:#9412cf">
Div content here</div>
This div background color is #9412cf
#9412cf Border Color
<div style="border:3px solid #9412cf">
Div here</div>
This div border color is #9412cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,18,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9412cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9412cf; -webkit-box-shadow: 1px 1px 3px 2px #9412cf; box-shadow: 1px 1px 3px 2px #9412cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,18,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9412cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9412cf; -webkit-box-shadow: 1px 1px 3px 2px #9412cf; box-shadow: 1px 1px 3px 2px #9412cf;">
Div content here</div>
This div box has shadow with color #9412cf
Comments
No comments written yet.
Please login to write comment.