Color spaces of #bd70ec
RGB | 189 | 112 | 236 |
---|---|---|---|
HSL | 0.77 | 0.77 | 0.68 |
HSV | 277° | 53° | 93° |
CMYK | 0.20 | 0.53 | 0.00 0.07 |
XYZ | 41.9208 | 28.4633 | 82.6414 |
Yxy | 28.4633 | 0.2739 | 0.1860 |
Hunter Lab | 53.3510 | 46.8929 | -54.4953 |
CIE-Lab | 60.3050 | 51.6976 | -50.8751 |
#bd70ec color RGB value is (189,112,236).
#bd70ec hex color red value is 189, green value is 112 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bd70ec hue: 0.77 , saturation: 0.77 and the lightness value of bd70ec is 0.68.
The process color (four color CMYK) of #bd70ec color hex is 0.20, 0.53, 0.00, 0.07. Web safe color of #bd70ec is #cc66ff. Color #bd70ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01110000 | 11101100 |
Octal | 275 | 160 | 354 |
Decimal | 189 | 112 | 236 |
Hex | BD | 70 | EC |
Shades of #bd70ec
Tints of #bd70ec
RGB Percentages of Color #bd70ec
CMYK Percentages of Color #bd70ec
Complementary Color
#bd70ec | #9fec70 |
#bd70ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd70ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd70ec Color CSS Codes
.mybgcolor {background-color:#bd70ec; } .myforecolor {color:#bd70ec; } .mybordercolor {border:3px solid #bd70ec; }
#bd70ec Text Font Color
<p style="color:#bd70ec">Text here</p>
This sample text font color is #bd70ec
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.
#bd70ec Background Color
<div style="background-color:#bd70ec">
Div content here</div>
This div background color is #bd70ec
#bd70ec Border Color
<div style="border:3px solid #bd70ec">
Div here</div>
This div border color is #bd70ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,112,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd70ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd70ec; -webkit-box-shadow: 1px 1px 3px 2px #bd70ec; box-shadow: 1px 1px 3px 2px #bd70ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,112,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd70ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd70ec; -webkit-box-shadow: 1px 1px 3px 2px #bd70ec; box-shadow: 1px 1px 3px 2px #bd70ec;">
Div content here</div>
This div box has shadow with color #bd70ec
Comments
No comments written yet.
Please login to write comment.