Color spaces of #bd34be
RGB | 189 | 52 | 190 |
---|---|---|---|
HSL | 0.83 | 0.57 | 0.47 |
HSV | 300° | 73° | 75° |
CMYK | 0.01 | 0.73 | 0.00 0.25 |
XYZ | 31.5085 | 16.9925 | 50.3344 |
Yxy | 16.9925 | 0.3188 | 0.1719 |
Hunter Lab | 41.2220 | 64.3002 | -43.5412 |
CIE-Lab | 48.2506 | 69.1032 | -43.8666 |
#bd34be color RGB value is (189,52,190).
#bd34be hex color red value is 189, green value is 52 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bd34be hue: 0.83 , saturation: 0.57 and the lightness value of bd34be is 0.47.
The process color (four color CMYK) of #bd34be color hex is 0.01, 0.73, 0.00, 0.25. Web safe color of #bd34be is #cc33cc. Color #bd34be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00110100 | 10111110 |
Octal | 275 | 64 | 276 |
Decimal | 189 | 52 | 190 |
Hex | BD | 34 | BE |
Shades of #bd34be
Tints of #bd34be
RGB Percentages of Color #bd34be
CMYK Percentages of Color #bd34be
Complementary Color
#bd34be | #35be34 |
#bd34be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd34be Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd34be Color CSS Codes
.mybgcolor {background-color:#bd34be; } .myforecolor {color:#bd34be; } .mybordercolor {border:3px solid #bd34be; }
#bd34be Text Font Color
<p style="color:#bd34be">Text here</p>
This sample text font color is #bd34be
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.
#bd34be Background Color
<div style="background-color:#bd34be">
Div content here</div>
This div background color is #bd34be
#bd34be Border Color
<div style="border:3px solid #bd34be">
Div here</div>
This div border color is #bd34be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,52,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd34be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd34be; -webkit-box-shadow: 1px 1px 3px 2px #bd34be; box-shadow: 1px 1px 3px 2px #bd34be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,52,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd34be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd34be; -webkit-box-shadow: 1px 1px 3px 2px #bd34be; box-shadow: 1px 1px 3px 2px #bd34be;">
Div content here</div>
This div box has shadow with color #bd34be
Comments
No comments written yet.
Please login to write comment.