Color spaces of #944abb
RGB | 148 | 74 | 187 |
---|---|---|---|
HSL | 0.78 | 0.45 | 0.51 |
HSV | 279° | 60° | 73° |
CMYK | 0.21 | 0.60 | 0.00 0.27 |
XYZ | 23.6312 | 14.7813 | 48.6213 |
Yxy | 14.7813 | 0.2715 | 0.1698 |
Hunter Lab | 38.4465 | 42.4341 | -48.0686 |
CIE-Lab | 45.3332 | 50.0352 | -47.1219 |
#944abb color RGB value is (148,74,187).
#944abb hex color red value is 148, green value is 74 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #944abb hue: 0.78 , saturation: 0.45 and the lightness value of 944abb is 0.51.
The process color (four color CMYK) of #944abb color hex is 0.21, 0.60, 0.00, 0.27. Web safe color of #944abb is #9933cc. Color #944abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01001010 | 10111011 |
Octal | 224 | 112 | 273 |
Decimal | 148 | 74 | 187 |
Hex | 94 | 4A | BB |
Shades of #944abb
Tints of #944abb
RGB Percentages of Color #944abb
CMYK Percentages of Color #944abb
Complementary Color
#944abb | #71bb4a |
#944abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#944abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#944abb Color CSS Codes
.mybgcolor {background-color:#944abb; } .myforecolor {color:#944abb; } .mybordercolor {border:3px solid #944abb; }
#944abb Text Font Color
<p style="color:#944abb">Text here</p>
This sample text font color is #944abb
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.
#944abb Background Color
<div style="background-color:#944abb">
Div content here</div>
This div background color is #944abb
#944abb Border Color
<div style="border:3px solid #944abb">
Div here</div>
This div border color is #944abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,74,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #944abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #944abb; -webkit-box-shadow: 1px 1px 3px 2px #944abb; box-shadow: 1px 1px 3px 2px #944abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,74,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #944abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #944abb; -webkit-box-shadow: 1px 1px 3px 2px #944abb; box-shadow: 1px 1px 3px 2px #944abb;">
Div content here</div>
This div box has shadow with color #944abb
Comments
No comments written yet.
Please login to write comment.