Color spaces of #b260dc
RGB | 178 | 96 | 220 |
---|---|---|---|
HSL | 0.78 | 0.64 | 0.62 |
HSV | 280° | 56° | 86° |
CMYK | 0.19 | 0.56 | 0.00 0.14 |
XYZ | 35.4612 | 22.9980 | 70.2802 |
Yxy | 22.9980 | 0.2754 | 0.1786 |
Hunter Lab | 47.9562 | 48.0683 | -53.3206 |
CIE-Lab | 55.0703 | 53.6122 | -50.3090 |
#b260dc color RGB value is (178,96,220).
#b260dc hex color red value is 178, green value is 96 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b260dc hue: 0.78 , saturation: 0.64 and the lightness value of b260dc is 0.62.
The process color (four color CMYK) of #b260dc color hex is 0.19, 0.56, 0.00, 0.14. Web safe color of #b260dc is #9966cc. Color #b260dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01100000 | 11011100 |
Octal | 262 | 140 | 334 |
Decimal | 178 | 96 | 220 |
Hex | B2 | 60 | DC |
Shades of #b260dc
Tints of #b260dc
RGB Percentages of Color #b260dc
CMYK Percentages of Color #b260dc
Complementary Color
#b260dc | #8adc60 |
#b260dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b260dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b260dc Color CSS Codes
.mybgcolor {background-color:#b260dc; } .myforecolor {color:#b260dc; } .mybordercolor {border:3px solid #b260dc; }
#b260dc Text Font Color
<p style="color:#b260dc">Text here</p>
This sample text font color is #b260dc
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.
#b260dc Background Color
<div style="background-color:#b260dc">
Div content here</div>
This div background color is #b260dc
#b260dc Border Color
<div style="border:3px solid #b260dc">
Div here</div>
This div border color is #b260dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,96,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b260dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b260dc; -webkit-box-shadow: 1px 1px 3px 2px #b260dc; box-shadow: 1px 1px 3px 2px #b260dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,96,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b260dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b260dc; -webkit-box-shadow: 1px 1px 3px 2px #b260dc; box-shadow: 1px 1px 3px 2px #b260dc;">
Div content here</div>
This div box has shadow with color #b260dc
Comments
No comments written yet.
Please login to write comment.