Color spaces of #bd427a
RGB | 189 | 66 | 122 |
---|---|---|---|
HSL | 0.92 | 0.48 | 0.50 |
HSV | 333° | 65° | 74° |
CMYK | 0.00 | 0.65 | 0.35 0.26 |
XYZ | 26.4473 | 16.1204 | 20.1300 |
Yxy | 16.1204 | 0.4218 | 0.2571 |
Hunter Lab | 40.1502 | 47.3166 | -1.6209 |
CIE-Lab | 47.1321 | 54.3047 | -5.0868 |
#bd427a color RGB value is (189,66,122).
#bd427a hex color red value is 189, green value is 66 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bd427a hue: 0.92 , saturation: 0.48 and the lightness value of bd427a is 0.50.
The process color (four color CMYK) of #bd427a color hex is 0.00, 0.65, 0.35, 0.26. Web safe color of #bd427a is #cc3366. Color #bd427a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01000010 | 01111010 |
Octal | 275 | 102 | 172 |
Decimal | 189 | 66 | 122 |
Hex | BD | 42 | 7A |
Shades of #bd427a
Tints of #bd427a
RGB Percentages of Color #bd427a
CMYK Percentages of Color #bd427a
Complementary Color
#bd427a | #42bd85 |
#bd427a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd427a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd427a Color CSS Codes
.mybgcolor {background-color:#bd427a; } .myforecolor {color:#bd427a; } .mybordercolor {border:3px solid #bd427a; }
#bd427a Text Font Color
<p style="color:#bd427a">Text here</p>
This sample text font color is #bd427a
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.
#bd427a Background Color
<div style="background-color:#bd427a">
Div content here</div>
This div background color is #bd427a
#bd427a Border Color
<div style="border:3px solid #bd427a">
Div here</div>
This div border color is #bd427a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,66,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd427a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd427a; -webkit-box-shadow: 1px 1px 3px 2px #bd427a; box-shadow: 1px 1px 3px 2px #bd427a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,66,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd427a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd427a; -webkit-box-shadow: 1px 1px 3px 2px #bd427a; box-shadow: 1px 1px 3px 2px #bd427a;">
Div content here</div>
This div box has shadow with color #bd427a
Comments
No comments written yet.
Please login to write comment.