Color spaces of #bd64fe
RGB | 189 | 100 | 254 |
---|---|---|---|
HSL | 0.76 | 0.99 | 0.69 |
HSV | 275° | 61° | 100° |
CMYK | 0.26 | 0.61 | 0.00 0.00 |
XYZ | 43.4328 | 27.0889 | 96.7055 |
Yxy | 27.0889 | 0.2597 | 0.1620 |
Hunter Lab | 52.0470 | 57.8746 | -73.7304 |
CIE-Lab | 59.0565 | 61.6009 | -62.8396 |
#bd64fe color RGB value is (189,100,254).
#bd64fe hex color red value is 189, green value is 100 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bd64fe hue: 0.76 , saturation: 0.99 and the lightness value of bd64fe is 0.69.
The process color (four color CMYK) of #bd64fe color hex is 0.26, 0.61, 0.00, 0.00. Web safe color of #bd64fe is #cc66ff. Color #bd64fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01100100 | 11111110 |
Octal | 275 | 144 | 376 |
Decimal | 189 | 100 | 254 |
Hex | BD | 64 | FE |
Shades of #bd64fe
Tints of #bd64fe
RGB Percentages of Color #bd64fe
CMYK Percentages of Color #bd64fe
Complementary Color
#bd64fe | #a5fe64 |
#bd64fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd64fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd64fe Color CSS Codes
.mybgcolor {background-color:#bd64fe; } .myforecolor {color:#bd64fe; } .mybordercolor {border:3px solid #bd64fe; }
#bd64fe Text Font Color
<p style="color:#bd64fe">Text here</p>
This sample text font color is #bd64fe
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.
#bd64fe Background Color
<div style="background-color:#bd64fe">
Div content here</div>
This div background color is #bd64fe
#bd64fe Border Color
<div style="border:3px solid #bd64fe">
Div here</div>
This div border color is #bd64fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,100,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd64fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd64fe; -webkit-box-shadow: 1px 1px 3px 2px #bd64fe; box-shadow: 1px 1px 3px 2px #bd64fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,100,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd64fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd64fe; -webkit-box-shadow: 1px 1px 3px 2px #bd64fe; box-shadow: 1px 1px 3px 2px #bd64fe;">
Div content here</div>
This div box has shadow with color #bd64fe
Comments
No comments written yet.
Please login to write comment.