Color spaces of #844cbb
RGB | 132 | 76 | 187 |
---|---|---|---|
HSL | 0.75 | 0.45 | 0.52 |
HSV | 270° | 59° | 73° |
CMYK | 0.29 | 0.59 | 0.00 0.27 |
XYZ | 21.0698 | 13.6623 | 48.5403 |
Yxy | 13.6623 | 0.2530 | 0.1641 |
Hunter Lab | 36.9625 | 37.0661 | -51.9876 |
CIE-Lab | 43.7447 | 45.0857 | -49.7758 |
#844cbb color RGB value is (132,76,187).
#844cbb hex color red value is 132, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #844cbb hue: 0.75 , saturation: 0.45 and the lightness value of 844cbb is 0.52.
The process color (four color CMYK) of #844cbb color hex is 0.29, 0.59, 0.00, 0.27. Web safe color of #844cbb is #9933cc. Color #844cbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01001100 | 10111011 |
Octal | 204 | 114 | 273 |
Decimal | 132 | 76 | 187 |
Hex | 84 | 4C | BB |
Shades of #844cbb
Tints of #844cbb
RGB Percentages of Color #844cbb
CMYK Percentages of Color #844cbb
Complementary Color
#844cbb | #83bb4c |
#844cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#844cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#844cbb Color CSS Codes
.mybgcolor {background-color:#844cbb; } .myforecolor {color:#844cbb; } .mybordercolor {border:3px solid #844cbb; }
#844cbb Text Font Color
<p style="color:#844cbb">Text here</p>
This sample text font color is #844cbb
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.
#844cbb Background Color
<div style="background-color:#844cbb">
Div content here</div>
This div background color is #844cbb
#844cbb Border Color
<div style="border:3px solid #844cbb">
Div here</div>
This div border color is #844cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,76,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #844cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #844cbb; -webkit-box-shadow: 1px 1px 3px 2px #844cbb; box-shadow: 1px 1px 3px 2px #844cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,76,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 #844cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #844cbb; -webkit-box-shadow: 1px 1px 3px 2px #844cbb; box-shadow: 1px 1px 3px 2px #844cbb;">
Div content here</div>
This div box has shadow with color #844cbb
Comments
No comments written yet.
Please login to write comment.