Color spaces of #bd36cd
RGB | 189 | 54 | 205 |
---|---|---|---|
HSL | 0.82 | 0.60 | 0.51 |
HSV | 294° | 74° | 80° |
CMYK | 0.08 | 0.74 | 0.00 0.20 |
XYZ | 33.3249 | 17.8649 | 59.4495 |
Yxy | 17.8649 | 0.3012 | 0.1615 |
Hunter Lab | 42.2669 | 66.7695 | -53.8061 |
CIE-Lab | 49.3318 | 70.9685 | -50.8244 |
#bd36cd color RGB value is (189,54,205).
#bd36cd hex color red value is 189, green value is 54 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd36cd hue: 0.82 , saturation: 0.60 and the lightness value of bd36cd is 0.51.
The process color (four color CMYK) of #bd36cd color hex is 0.08, 0.74, 0.00, 0.20. Web safe color of #bd36cd is #cc33cc. Color #bd36cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00110110 | 11001101 |
Octal | 275 | 66 | 315 |
Decimal | 189 | 54 | 205 |
Hex | BD | 36 | CD |
Shades of #bd36cd
Tints of #bd36cd
RGB Percentages of Color #bd36cd
CMYK Percentages of Color #bd36cd
Complementary Color
#bd36cd | #46cd36 |
#bd36cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd36cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd36cd Color CSS Codes
.mybgcolor {background-color:#bd36cd; } .myforecolor {color:#bd36cd; } .mybordercolor {border:3px solid #bd36cd; }
#bd36cd Text Font Color
<p style="color:#bd36cd">Text here</p>
This sample text font color is #bd36cd
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.
#bd36cd Background Color
<div style="background-color:#bd36cd">
Div content here</div>
This div background color is #bd36cd
#bd36cd Border Color
<div style="border:3px solid #bd36cd">
Div here</div>
This div border color is #bd36cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,54,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd36cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd36cd; -webkit-box-shadow: 1px 1px 3px 2px #bd36cd; box-shadow: 1px 1px 3px 2px #bd36cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,54,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd36cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd36cd; -webkit-box-shadow: 1px 1px 3px 2px #bd36cd; box-shadow: 1px 1px 3px 2px #bd36cd;">
Div content here</div>
This div box has shadow with color #bd36cd
Comments
No comments written yet.
Please login to write comment.