Color spaces of #b456cf
RGB | 180 | 86 | 207 |
---|---|---|---|
HSL | 0.80 | 0.56 | 0.57 |
HSV | 287° | 58° | 81° |
CMYK | 0.13 | 0.58 | 0.00 0.19 |
XYZ | 33.4127 | 20.8639 | 61.2976 |
Yxy | 20.8639 | 0.2891 | 0.1805 |
Hunter Lab | 45.6770 | 50.6378 | -47.5920 |
CIE-Lab | 52.8002 | 56.3279 | -46.5210 |
#b456cf color RGB value is (180,86,207).
#b456cf hex color red value is 180, green value is 86 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b456cf hue: 0.80 , saturation: 0.56 and the lightness value of b456cf is 0.57.
The process color (four color CMYK) of #b456cf color hex is 0.13, 0.58, 0.00, 0.19. Web safe color of #b456cf is #cc66cc. Color #b456cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01010110 | 11001111 |
Octal | 264 | 126 | 317 |
Decimal | 180 | 86 | 207 |
Hex | B4 | 56 | CF |
Shades of #b456cf
Tints of #b456cf
RGB Percentages of Color #b456cf
CMYK Percentages of Color #b456cf
Complementary Color
#b456cf | #71cf56 |
#b456cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b456cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b456cf Color CSS Codes
.mybgcolor {background-color:#b456cf; } .myforecolor {color:#b456cf; } .mybordercolor {border:3px solid #b456cf; }
#b456cf Text Font Color
<p style="color:#b456cf">Text here</p>
This sample text font color is #b456cf
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.
#b456cf Background Color
<div style="background-color:#b456cf">
Div content here</div>
This div background color is #b456cf
#b456cf Border Color
<div style="border:3px solid #b456cf">
Div here</div>
This div border color is #b456cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,86,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b456cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b456cf; -webkit-box-shadow: 1px 1px 3px 2px #b456cf; box-shadow: 1px 1px 3px 2px #b456cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,86,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b456cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b456cf; -webkit-box-shadow: 1px 1px 3px 2px #b456cf; box-shadow: 1px 1px 3px 2px #b456cf;">
Div content here</div>
This div box has shadow with color #b456cf
Comments
No comments written yet.
Please login to write comment.