Color spaces of #bd41ee
RGB | 189 | 65 | 238 |
---|---|---|---|
HSL | 0.79 | 0.84 | 0.59 |
HSV | 283° | 73° | 93° |
CMYK | 0.21 | 0.73 | 0.00 0.07 |
XYZ | 38.3092 | 20.7725 | 82.8793 |
Yxy | 20.7725 | 0.2699 | 0.1463 |
Hunter Lab | 45.5769 | 70.2770 | -75.9122 |
CIE-Lab | 52.6996 | 73.2198 | -64.1627 |
#bd41ee color RGB value is (189,65,238).
#bd41ee hex color red value is 189, green value is 65 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bd41ee hue: 0.79 , saturation: 0.84 and the lightness value of bd41ee is 0.59.
The process color (four color CMYK) of #bd41ee color hex is 0.21, 0.73, 0.00, 0.07. Web safe color of #bd41ee is #cc33ff. Color #bd41ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01000001 | 11101110 |
Octal | 275 | 101 | 356 |
Decimal | 189 | 65 | 238 |
Hex | BD | 41 | EE |
Shades of #bd41ee
Tints of #bd41ee
RGB Percentages of Color #bd41ee
CMYK Percentages of Color #bd41ee
Complementary Color
#bd41ee | #72ee41 |
#bd41ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd41ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd41ee Color CSS Codes
.mybgcolor {background-color:#bd41ee; } .myforecolor {color:#bd41ee; } .mybordercolor {border:3px solid #bd41ee; }
#bd41ee Text Font Color
<p style="color:#bd41ee">Text here</p>
This sample text font color is #bd41ee
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.
#bd41ee Background Color
<div style="background-color:#bd41ee">
Div content here</div>
This div background color is #bd41ee
#bd41ee Border Color
<div style="border:3px solid #bd41ee">
Div here</div>
This div border color is #bd41ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,65,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd41ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd41ee; -webkit-box-shadow: 1px 1px 3px 2px #bd41ee; box-shadow: 1px 1px 3px 2px #bd41ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,65,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd41ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd41ee; -webkit-box-shadow: 1px 1px 3px 2px #bd41ee; box-shadow: 1px 1px 3px 2px #bd41ee;">
Div content here</div>
This div box has shadow with color #bd41ee
Comments
No comments written yet.
Please login to write comment.