Color spaces of #bd3469
RGB | 189 | 52 | 105 |
---|---|---|---|
HSL | 0.94 | 0.57 | 0.47 |
HSV | 337° | 72° | 74° |
CMYK | 0.00 | 0.72 | 0.44 0.26 |
XYZ | 24.7641 | 14.2947 | 14.8185 |
Yxy | 14.2947 | 0.4596 | 0.2653 |
Hunter Lab | 37.8083 | 50.7512 | 3.2279 |
CIE-Lab | 44.6526 | 57.9146 | 1.6981 |
#bd3469 color RGB value is (189,52,105).
#bd3469 hex color red value is 189, green value is 52 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bd3469 hue: 0.94 , saturation: 0.57 and the lightness value of bd3469 is 0.47.
The process color (four color CMYK) of #bd3469 color hex is 0.00, 0.72, 0.44, 0.26. Web safe color of #bd3469 is #cc3366. Color #bd3469 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00110100 | 01101001 |
Octal | 275 | 64 | 151 |
Decimal | 189 | 52 | 105 |
Hex | BD | 34 | 69 |
Shades of #bd3469
Tints of #bd3469
RGB Percentages of Color #bd3469
CMYK Percentages of Color #bd3469
Complementary Color
#bd3469 | #34bd88 |
#bd3469 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd3469 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd3469 Color CSS Codes
.mybgcolor {background-color:#bd3469; } .myforecolor {color:#bd3469; } .mybordercolor {border:3px solid #bd3469; }
#bd3469 Text Font Color
<p style="color:#bd3469">Text here</p>
This sample text font color is #bd3469
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.
#bd3469 Background Color
<div style="background-color:#bd3469">
Div content here</div>
This div background color is #bd3469
#bd3469 Border Color
<div style="border:3px solid #bd3469">
Div here</div>
This div border color is #bd3469
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,52,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd3469; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd3469; -webkit-box-shadow: 1px 1px 3px 2px #bd3469; box-shadow: 1px 1px 3px 2px #bd3469; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,52,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd3469">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd3469; -webkit-box-shadow: 1px 1px 3px 2px #bd3469; box-shadow: 1px 1px 3px 2px #bd3469;">
Div content here</div>
This div box has shadow with color #bd3469
Comments
No comments written yet.
Please login to write comment.