Color spaces of #b064dc
RGB | 176 | 100 | 220 |
---|---|---|---|
HSL | 0.77 | 0.63 | 0.63 |
HSV | 278° | 55° | 86° |
CMYK | 0.20 | 0.55 | 0.00 0.14 |
XYZ | 35.3799 | 23.5118 | 70.3836 |
Yxy | 23.5118 | 0.2737 | 0.1819 |
Hunter Lab | 48.4890 | 45.3866 | -52.1194 |
CIE-Lab | 55.5956 | 51.0724 | -49.4880 |
#b064dc color RGB value is (176,100,220).
#b064dc hex color red value is 176, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b064dc hue: 0.77 , saturation: 0.63 and the lightness value of b064dc is 0.63.
The process color (four color CMYK) of #b064dc color hex is 0.20, 0.55, 0.00, 0.14. Web safe color of #b064dc is #9966cc. Color #b064dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01100100 | 11011100 |
Octal | 260 | 144 | 334 |
Decimal | 176 | 100 | 220 |
Hex | B0 | 64 | DC |
Shades of #b064dc
Tints of #b064dc
RGB Percentages of Color #b064dc
CMYK Percentages of Color #b064dc
Complementary Color
#b064dc | #90dc64 |
#b064dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b064dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b064dc Color CSS Codes
.mybgcolor {background-color:#b064dc; } .myforecolor {color:#b064dc; } .mybordercolor {border:3px solid #b064dc; }
#b064dc Text Font Color
<p style="color:#b064dc">Text here</p>
This sample text font color is #b064dc
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.
#b064dc Background Color
<div style="background-color:#b064dc">
Div content here</div>
This div background color is #b064dc
#b064dc Border Color
<div style="border:3px solid #b064dc">
Div here</div>
This div border color is #b064dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,100,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b064dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b064dc; -webkit-box-shadow: 1px 1px 3px 2px #b064dc; box-shadow: 1px 1px 3px 2px #b064dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,100,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 #b064dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b064dc; -webkit-box-shadow: 1px 1px 3px 2px #b064dc; box-shadow: 1px 1px 3px 2px #b064dc;">
Div content here</div>
This div box has shadow with color #b064dc
Comments
No comments written yet.
Please login to write comment.