Color spaces of #944bbe
RGB | 148 | 75 | 190 |
---|---|---|---|
HSL | 0.77 | 0.47 | 0.52 |
HSV | 278° | 61° | 75° |
CMYK | 0.22 | 0.61 | 0.00 0.25 |
XYZ | 24.0231 | 15.0458 | 50.3532 |
Yxy | 15.0458 | 0.2686 | 0.1683 |
Hunter Lab | 38.7889 | 42.6696 | -49.8141 |
CIE-Lab | 45.6969 | 50.1961 | -48.2888 |
#944bbe color RGB value is (148,75,190).
#944bbe hex color red value is 148, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #944bbe hue: 0.77 , saturation: 0.47 and the lightness value of 944bbe is 0.52.
The process color (four color CMYK) of #944bbe color hex is 0.22, 0.61, 0.00, 0.25. Web safe color of #944bbe is #9933cc. Color #944bbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01001011 | 10111110 |
Octal | 224 | 113 | 276 |
Decimal | 148 | 75 | 190 |
Hex | 94 | 4B | BE |
Shades of #944bbe
Tints of #944bbe
RGB Percentages of Color #944bbe
CMYK Percentages of Color #944bbe
Complementary Color
#944bbe | #75be4b |
#944bbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#944bbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#944bbe Color CSS Codes
.mybgcolor {background-color:#944bbe; } .myforecolor {color:#944bbe; } .mybordercolor {border:3px solid #944bbe; }
#944bbe Text Font Color
<p style="color:#944bbe">Text here</p>
This sample text font color is #944bbe
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.
#944bbe Background Color
<div style="background-color:#944bbe">
Div content here</div>
This div background color is #944bbe
#944bbe Border Color
<div style="border:3px solid #944bbe">
Div here</div>
This div border color is #944bbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,75,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #944bbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #944bbe; -webkit-box-shadow: 1px 1px 3px 2px #944bbe; box-shadow: 1px 1px 3px 2px #944bbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,75,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 #944bbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #944bbe; -webkit-box-shadow: 1px 1px 3px 2px #944bbe; box-shadow: 1px 1px 3px 2px #944bbe;">
Div content here</div>
This div box has shadow with color #944bbe
Comments
No comments written yet.
Please login to write comment.