Color spaces of #b462cc
RGB | 180 | 98 | 204 |
---|---|---|---|
HSL | 0.80 | 0.51 | 0.59 |
HSV | 286° | 52° | 80° |
CMYK | 0.12 | 0.52 | 0.00 0.20 |
XYZ | 34.0892 | 22.7983 | 59.7306 |
Yxy | 22.7983 | 0.2923 | 0.1955 |
Hunter Lab | 47.7476 | 43.8812 | -40.7465 |
CIE-Lab | 54.8640 | 49.7981 | -41.5435 |
#b462cc color RGB value is (180,98,204).
#b462cc hex color red value is 180, green value is 98 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b462cc hue: 0.80 , saturation: 0.51 and the lightness value of b462cc is 0.59.
The process color (four color CMYK) of #b462cc color hex is 0.12, 0.52, 0.00, 0.20. Web safe color of #b462cc is #cc66cc. Color #b462cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01100010 | 11001100 |
Octal | 264 | 142 | 314 |
Decimal | 180 | 98 | 204 |
Hex | B4 | 62 | CC |
Shades of #b462cc
Tints of #b462cc
RGB Percentages of Color #b462cc
CMYK Percentages of Color #b462cc
Complementary Color
#b462cc | #7acc62 |
#b462cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b462cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b462cc Color CSS Codes
.mybgcolor {background-color:#b462cc; } .myforecolor {color:#b462cc; } .mybordercolor {border:3px solid #b462cc; }
#b462cc Text Font Color
<p style="color:#b462cc">Text here</p>
This sample text font color is #b462cc
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.
#b462cc Background Color
<div style="background-color:#b462cc">
Div content here</div>
This div background color is #b462cc
#b462cc Border Color
<div style="border:3px solid #b462cc">
Div here</div>
This div border color is #b462cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,98,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b462cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b462cc; -webkit-box-shadow: 1px 1px 3px 2px #b462cc; box-shadow: 1px 1px 3px 2px #b462cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,98,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b462cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b462cc; -webkit-box-shadow: 1px 1px 3px 2px #b462cc; box-shadow: 1px 1px 3px 2px #b462cc;">
Div content here</div>
This div box has shadow with color #b462cc
Comments
No comments written yet.
Please login to write comment.