Color spaces of #943fad
RGB | 148 | 63 | 173 |
---|---|---|---|
HSL | 0.80 | 0.47 | 0.46 |
HSV | 286° | 64° | 68° |
CMYK | 0.14 | 0.64 | 0.00 0.32 |
XYZ | 21.5331 | 12.8680 | 40.8840 |
Yxy | 12.8680 | 0.2860 | 0.1709 |
Hunter Lab | 35.8720 | 44.3733 | -42.4636 |
CIE-Lab | 42.5637 | 52.3781 | -43.3153 |
#943fad color RGB value is (148,63,173).
#943fad hex color red value is 148, green value is 63 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #943fad hue: 0.80 , saturation: 0.47 and the lightness value of 943fad is 0.46.
The process color (four color CMYK) of #943fad color hex is 0.14, 0.64, 0.00, 0.32. Web safe color of #943fad is #993399. Color #943fad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 00111111 | 10101101 |
Octal | 224 | 77 | 255 |
Decimal | 148 | 63 | 173 |
Hex | 94 | 3F | AD |
Shades of #943fad
Tints of #943fad
RGB Percentages of Color #943fad
CMYK Percentages of Color #943fad
Complementary Color
#943fad | #58ad3f |
#943fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#943fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#943fad Color CSS Codes
.mybgcolor {background-color:#943fad; } .myforecolor {color:#943fad; } .mybordercolor {border:3px solid #943fad; }
#943fad Text Font Color
<p style="color:#943fad">Text here</p>
This sample text font color is #943fad
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.
#943fad Background Color
<div style="background-color:#943fad">
Div content here</div>
This div background color is #943fad
#943fad Border Color
<div style="border:3px solid #943fad">
Div here</div>
This div border color is #943fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,63,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #943fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #943fad; -webkit-box-shadow: 1px 1px 3px 2px #943fad; box-shadow: 1px 1px 3px 2px #943fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,63,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #943fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #943fad; -webkit-box-shadow: 1px 1px 3px 2px #943fad; box-shadow: 1px 1px 3px 2px #943fad;">
Div content here</div>
This div box has shadow with color #943fad
Comments
No comments written yet.
Please login to write comment.