Color spaces of #844ffb
RGB | 132 | 79 | 251 |
---|---|---|---|
HSL | 0.72 | 0.96 | 0.65 |
HSV | 258° | 69° | 98° |
CMYK | 0.47 | 0.69 | 0.00 0.02 |
XYZ | 29.7243 | 17.4625 | 93.0708 |
Yxy | 17.4625 | 0.2119 | 0.1245 |
Hunter Lab | 41.7882 | 53.8394 | -102.7993 |
CIE-Lab | 48.8376 | 59.9141 | -78.0190 |
#844ffb color RGB value is (132,79,251).
#844ffb hex color red value is 132, green value is 79 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #844ffb hue: 0.72 , saturation: 0.96 and the lightness value of 844ffb is 0.65.
The process color (four color CMYK) of #844ffb color hex is 0.47, 0.69, 0.00, 0.02. Web safe color of #844ffb is #9966ff. Color #844ffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01001111 | 11111011 |
Octal | 204 | 117 | 373 |
Decimal | 132 | 79 | 251 |
Hex | 84 | 4F | FB |
Shades of #844ffb
Tints of #844ffb
RGB Percentages of Color #844ffb
CMYK Percentages of Color #844ffb
Complementary Color
#844ffb | #c6fb4f |
#844ffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#844ffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#844ffb Color CSS Codes
.mybgcolor {background-color:#844ffb; } .myforecolor {color:#844ffb; } .mybordercolor {border:3px solid #844ffb; }
#844ffb Text Font Color
<p style="color:#844ffb">Text here</p>
This sample text font color is #844ffb
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.
#844ffb Background Color
<div style="background-color:#844ffb">
Div content here</div>
This div background color is #844ffb
#844ffb Border Color
<div style="border:3px solid #844ffb">
Div here</div>
This div border color is #844ffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,79,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #844ffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #844ffb; -webkit-box-shadow: 1px 1px 3px 2px #844ffb; box-shadow: 1px 1px 3px 2px #844ffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,79,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #844ffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #844ffb; -webkit-box-shadow: 1px 1px 3px 2px #844ffb; box-shadow: 1px 1px 3px 2px #844ffb;">
Div content here</div>
This div box has shadow with color #844ffb
Comments
No comments written yet.
Please login to write comment.