Color spaces of #bd406a
RGB | 189 | 64 | 106 |
---|---|---|---|
HSL | 0.94 | 0.49 | 0.50 |
HSV | 340° | 66° | 74° |
CMYK | 0.00 | 0.66 | 0.44 0.26 |
XYZ | 25.4212 | 15.5262 | 15.2927 |
Yxy | 15.5262 | 0.4520 | 0.2761 |
Hunter Lab | 39.4033 | 46.2042 | 4.5714 |
CIE-Lab | 46.3466 | 53.4128 | 3.5330 |
#bd406a color RGB value is (189,64,106).
#bd406a hex color red value is 189, green value is 64 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bd406a hue: 0.94 , saturation: 0.49 and the lightness value of bd406a is 0.50.
The process color (four color CMYK) of #bd406a color hex is 0.00, 0.66, 0.44, 0.26. Web safe color of #bd406a is #cc3366. Color #bd406a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01000000 | 01101010 |
Octal | 275 | 100 | 152 |
Decimal | 189 | 64 | 106 |
Hex | BD | 40 | 6A |
Shades of #bd406a
Tints of #bd406a
RGB Percentages of Color #bd406a
CMYK Percentages of Color #bd406a
Complementary Color
#bd406a | #40bd93 |
#bd406a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd406a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd406a Color CSS Codes
.mybgcolor {background-color:#bd406a; } .myforecolor {color:#bd406a; } .mybordercolor {border:3px solid #bd406a; }
#bd406a Text Font Color
<p style="color:#bd406a">Text here</p>
This sample text font color is #bd406a
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.
#bd406a Background Color
<div style="background-color:#bd406a">
Div content here</div>
This div background color is #bd406a
#bd406a Border Color
<div style="border:3px solid #bd406a">
Div here</div>
This div border color is #bd406a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,64,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd406a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd406a; -webkit-box-shadow: 1px 1px 3px 2px #bd406a; box-shadow: 1px 1px 3px 2px #bd406a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,64,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd406a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd406a; -webkit-box-shadow: 1px 1px 3px 2px #bd406a; box-shadow: 1px 1px 3px 2px #bd406a;">
Div content here</div>
This div box has shadow with color #bd406a
Comments
No comments written yet.
Please login to write comment.