Color spaces of #bd34ce
RGB | 189 | 52 | 206 |
---|---|---|---|
HSL | 0.81 | 0.61 | 0.51 |
HSV | 293° | 75° | 81° |
CMYK | 0.08 | 0.75 | 0.00 0.19 |
XYZ | 33.3548 | 17.7310 | 60.0570 |
Yxy | 17.7310 | 0.3001 | 0.1595 |
Hunter Lab | 42.1082 | 67.7043 | -55.0869 |
CIE-Lab | 49.1682 | 71.7792 | -51.6614 |
#bd34ce color RGB value is (189,52,206).
#bd34ce hex color red value is 189, green value is 52 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bd34ce hue: 0.81 , saturation: 0.61 and the lightness value of bd34ce is 0.51.
The process color (four color CMYK) of #bd34ce color hex is 0.08, 0.75, 0.00, 0.19. Web safe color of #bd34ce is #cc33cc. Color #bd34ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00110100 | 11001110 |
Octal | 275 | 64 | 316 |
Decimal | 189 | 52 | 206 |
Hex | BD | 34 | CE |
Shades of #bd34ce
Tints of #bd34ce
RGB Percentages of Color #bd34ce
CMYK Percentages of Color #bd34ce
Complementary Color
#bd34ce | #45ce34 |
#bd34ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd34ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd34ce Color CSS Codes
.mybgcolor {background-color:#bd34ce; } .myforecolor {color:#bd34ce; } .mybordercolor {border:3px solid #bd34ce; }
#bd34ce Text Font Color
<p style="color:#bd34ce">Text here</p>
This sample text font color is #bd34ce
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.
#bd34ce Background Color
<div style="background-color:#bd34ce">
Div content here</div>
This div background color is #bd34ce
#bd34ce Border Color
<div style="border:3px solid #bd34ce">
Div here</div>
This div border color is #bd34ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,52,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd34ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd34ce; -webkit-box-shadow: 1px 1px 3px 2px #bd34ce; box-shadow: 1px 1px 3px 2px #bd34ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,52,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 #bd34ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd34ce; -webkit-box-shadow: 1px 1px 3px 2px #bd34ce; box-shadow: 1px 1px 3px 2px #bd34ce;">
Div content here</div>
This div box has shadow with color #bd34ce
Comments
No comments written yet.
Please login to write comment.