Color spaces of #d41287
RGB | 212 | 18 | 135 |
---|---|---|---|
HSL | 0.90 | 0.84 | 0.45 |
HSV | 324° | 92° | 83° |
CMYK | 0.00 | 0.92 | 0.36 0.17 |
XYZ | 31.7409 | 16.1789 | 24.3716 |
Yxy | 16.1789 | 0.4391 | 0.2238 |
Hunter Lab | 40.2230 | 70.4682 | -7.7684 |
CIE-Lab | 47.2083 | 74.4444 | -12.4535 |
#d41287 color RGB value is (212,18,135).
#d41287 hex color red value is 212, green value is 18 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d41287 hue: 0.90 , saturation: 0.84 and the lightness value of d41287 is 0.45.
The process color (four color CMYK) of #d41287 color hex is 0.00, 0.92, 0.36, 0.17. Web safe color of #d41287 is #cc0099. Color #d41287 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00010010 | 10000111 |
Octal | 324 | 22 | 207 |
Decimal | 212 | 18 | 135 |
Hex | D4 | 12 | 87 |
Shades of #d41287
Tints of #d41287
RGB Percentages of Color #d41287
CMYK Percentages of Color #d41287
Complementary Color
#d41287 | #12d45f |
#d41287 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d41287 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d41287 Color CSS Codes
.mybgcolor {background-color:#d41287; } .myforecolor {color:#d41287; } .mybordercolor {border:3px solid #d41287; }
#d41287 Text Font Color
<p style="color:#d41287">Text here</p>
This sample text font color is #d41287
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.
#d41287 Background Color
<div style="background-color:#d41287">
Div content here</div>
This div background color is #d41287
#d41287 Border Color
<div style="border:3px solid #d41287">
Div here</div>
This div border color is #d41287
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,18,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d41287; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d41287; -webkit-box-shadow: 1px 1px 3px 2px #d41287; box-shadow: 1px 1px 3px 2px #d41287; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,18,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d41287">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d41287; -webkit-box-shadow: 1px 1px 3px 2px #d41287; box-shadow: 1px 1px 3px 2px #d41287;">
Div content here</div>
This div box has shadow with color #d41287
Comments
No comments written yet.
Please login to write comment.