Color spaces of #bd64ce
RGB | 189 | 100 | 206 |
---|---|---|---|
HSL | 0.81 | 0.52 | 0.60 |
HSV | 290° | 51° | 81° |
CMYK | 0.08 | 0.51 | 0.00 0.19 |
XYZ | 36.6840 | 24.3894 | 61.1667 |
Yxy | 24.3894 | 0.3001 | 0.1995 |
Hunter Lab | 49.3856 | 46.1662 | -38.8639 |
CIE-Lab | 56.4756 | 51.6455 | -40.0666 |
#bd64ce color RGB value is (189,100,206).
#bd64ce hex color red value is 189, green value is 100 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bd64ce hue: 0.81 , saturation: 0.52 and the lightness value of bd64ce is 0.60.
The process color (four color CMYK) of #bd64ce color hex is 0.08, 0.51, 0.00, 0.19. Web safe color of #bd64ce is #cc66cc. Color #bd64ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01100100 | 11001110 |
Octal | 275 | 144 | 316 |
Decimal | 189 | 100 | 206 |
Hex | BD | 64 | CE |
Shades of #bd64ce
Tints of #bd64ce
RGB Percentages of Color #bd64ce
CMYK Percentages of Color #bd64ce
Complementary Color
#bd64ce | #75ce64 |
#bd64ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd64ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd64ce Color CSS Codes
.mybgcolor {background-color:#bd64ce; } .myforecolor {color:#bd64ce; } .mybordercolor {border:3px solid #bd64ce; }
#bd64ce Text Font Color
<p style="color:#bd64ce">Text here</p>
This sample text font color is #bd64ce
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.
#bd64ce Background Color
<div style="background-color:#bd64ce">
Div content here</div>
This div background color is #bd64ce
#bd64ce Border Color
<div style="border:3px solid #bd64ce">
Div here</div>
This div border color is #bd64ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,100,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd64ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd64ce; -webkit-box-shadow: 1px 1px 3px 2px #bd64ce; box-shadow: 1px 1px 3px 2px #bd64ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,100,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd64ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd64ce; -webkit-box-shadow: 1px 1px 3px 2px #bd64ce; box-shadow: 1px 1px 3px 2px #bd64ce;">
Div content here</div>
This div box has shadow with color #bd64ce
Comments
No comments written yet.
Please login to write comment.