Color spaces of #bd3eca
RGB | 189 | 62 | 202 |
---|---|---|---|
HSL | 0.82 | 0.57 | 0.52 |
HSV | 294° | 69° | 79° |
CMYK | 0.06 | 0.69 | 0.00 0.21 |
XYZ | 33.3696 | 18.5283 | 57.6947 |
Yxy | 18.5283 | 0.3045 | 0.1691 |
Hunter Lab | 43.0445 | 63.0515 | -49.3382 |
CIE-Lab | 50.1307 | 67.6826 | -47.8226 |
#bd3eca color RGB value is (189,62,202).
#bd3eca hex color red value is 189, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd3eca hue: 0.82 , saturation: 0.57 and the lightness value of bd3eca is 0.52.
The process color (four color CMYK) of #bd3eca color hex is 0.06, 0.69, 0.00, 0.21. Web safe color of #bd3eca is #cc33cc. Color #bd3eca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00111110 | 11001010 |
Octal | 275 | 76 | 312 |
Decimal | 189 | 62 | 202 |
Hex | BD | 3E | CA |
Shades of #bd3eca
Tints of #bd3eca
RGB Percentages of Color #bd3eca
CMYK Percentages of Color #bd3eca
Complementary Color
#bd3eca | #4bca3e |
#bd3eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd3eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd3eca Color CSS Codes
.mybgcolor {background-color:#bd3eca; } .myforecolor {color:#bd3eca; } .mybordercolor {border:3px solid #bd3eca; }
#bd3eca Text Font Color
<p style="color:#bd3eca">Text here</p>
This sample text font color is #bd3eca
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.
#bd3eca Background Color
<div style="background-color:#bd3eca">
Div content here</div>
This div background color is #bd3eca
#bd3eca Border Color
<div style="border:3px solid #bd3eca">
Div here</div>
This div border color is #bd3eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,62,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd3eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd3eca; -webkit-box-shadow: 1px 1px 3px 2px #bd3eca; box-shadow: 1px 1px 3px 2px #bd3eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,62,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd3eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd3eca; -webkit-box-shadow: 1px 1px 3px 2px #bd3eca; box-shadow: 1px 1px 3px 2px #bd3eca;">
Div content here</div>
This div box has shadow with color #bd3eca
Comments
No comments written yet.
Please login to write comment.