Color spaces of #d1448a
RGB | 209 | 68 | 138 |
---|---|---|---|
HSL | 0.92 | 0.61 | 0.54 |
HSV | 330° | 67° | 82° |
CMYK | 0.00 | 0.67 | 0.34 0.18 |
XYZ | 32.9491 | 19.5245 | 26.0768 |
Yxy | 19.5245 | 0.4195 | 0.2486 |
Hunter Lab | 44.1865 | 55.7778 | -4.0596 |
CIE-Lab | 51.2953 | 61.1750 | -8.1755 |
#d1448a color RGB value is (209,68,138).
#d1448a hex color red value is 209, green value is 68 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d1448a hue: 0.92 , saturation: 0.61 and the lightness value of d1448a is 0.54.
The process color (four color CMYK) of #d1448a color hex is 0.00, 0.67, 0.34, 0.18. Web safe color of #d1448a is #cc3399. Color #d1448a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01000100 | 10001010 |
Octal | 321 | 104 | 212 |
Decimal | 209 | 68 | 138 |
Hex | D1 | 44 | 8A |
Shades of #d1448a
Tints of #d1448a
RGB Percentages of Color #d1448a
CMYK Percentages of Color #d1448a
Complementary Color
#d1448a | #44d18b |
#d1448a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1448a Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1448a Color CSS Codes
.mybgcolor {background-color:#d1448a; } .myforecolor {color:#d1448a; } .mybordercolor {border:3px solid #d1448a; }
#d1448a Text Font Color
<p style="color:#d1448a">Text here</p>
This sample text font color is #d1448a
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.
#d1448a Background Color
<div style="background-color:#d1448a">
Div content here</div>
This div background color is #d1448a
#d1448a Border Color
<div style="border:3px solid #d1448a">
Div here</div>
This div border color is #d1448a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,68,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1448a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1448a; -webkit-box-shadow: 1px 1px 3px 2px #d1448a; box-shadow: 1px 1px 3px 2px #d1448a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,68,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1448a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1448a; -webkit-box-shadow: 1px 1px 3px 2px #d1448a; box-shadow: 1px 1px 3px 2px #d1448a;">
Div content here</div>
This div box has shadow with color #d1448a
Comments
No comments written yet.
Please login to write comment.