Color spaces of #d9248b
RGB | 217 | 36 | 139 |
---|---|---|---|
HSL | 0.91 | 0.72 | 0.50 |
HSV | 326° | 83° | 85° |
CMYK | 0.00 | 0.83 | 0.36 0.15 |
XYZ | 33.9063 | 17.8775 | 26.0897 |
Yxy | 17.8775 | 0.4354 | 0.2296 |
Hunter Lab | 42.2818 | 69.1483 | -6.9872 |
CIE-Lab | 49.3472 | 72.9408 | -11.5548 |
#d9248b color RGB value is (217,36,139).
#d9248b hex color red value is 217, green value is 36 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d9248b hue: 0.91 , saturation: 0.72 and the lightness value of d9248b is 0.50.
The process color (four color CMYK) of #d9248b color hex is 0.00, 0.83, 0.36, 0.15. Web safe color of #d9248b is #cc3399. Color #d9248b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00100100 | 10001011 |
Octal | 331 | 44 | 213 |
Decimal | 217 | 36 | 139 |
Hex | D9 | 24 | 8B |
Shades of #d9248b
Tints of #d9248b
RGB Percentages of Color #d9248b
CMYK Percentages of Color #d9248b
Complementary Color
#d9248b | #24d972 |
#d9248b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9248b Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9248b Color CSS Codes
.mybgcolor {background-color:#d9248b; } .myforecolor {color:#d9248b; } .mybordercolor {border:3px solid #d9248b; }
#d9248b Text Font Color
<p style="color:#d9248b">Text here</p>
This sample text font color is #d9248b
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.
#d9248b Background Color
<div style="background-color:#d9248b">
Div content here</div>
This div background color is #d9248b
#d9248b Border Color
<div style="border:3px solid #d9248b">
Div here</div>
This div border color is #d9248b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,36,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9248b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9248b; -webkit-box-shadow: 1px 1px 3px 2px #d9248b; box-shadow: 1px 1px 3px 2px #d9248b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,36,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9248b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9248b; -webkit-box-shadow: 1px 1px 3px 2px #d9248b; box-shadow: 1px 1px 3px 2px #d9248b;">
Div content here</div>
This div box has shadow with color #d9248b
Comments
No comments written yet.
Please login to write comment.