Color spaces of #d42fbc
RGB | 212 | 47 | 188 |
---|---|---|---|
HSL | 0.86 | 0.66 | 0.51 |
HSV | 309° | 78° | 83° |
CMYK | 0.00 | 0.78 | 0.11 0.17 |
XYZ | 37.2450 | 19.6609 | 49.4089 |
Yxy | 19.6609 | 0.3503 | 0.1849 |
Hunter Lab | 44.3406 | 72.3394 | -35.0286 |
CIE-Lab | 51.4516 | 75.1468 | -37.3939 |
#d42fbc color RGB value is (212,47,188).
#d42fbc hex color red value is 212, green value is 47 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d42fbc hue: 0.86 , saturation: 0.66 and the lightness value of d42fbc is 0.51.
The process color (four color CMYK) of #d42fbc color hex is 0.00, 0.78, 0.11, 0.17. Web safe color of #d42fbc is #cc33cc. Color #d42fbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00101111 | 10111100 |
Octal | 324 | 57 | 274 |
Decimal | 212 | 47 | 188 |
Hex | D4 | 2F | BC |
Shades of #d42fbc
Tints of #d42fbc
RGB Percentages of Color #d42fbc
CMYK Percentages of Color #d42fbc
Complementary Color
#d42fbc | #2fd447 |
#d42fbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d42fbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d42fbc Color CSS Codes
.mybgcolor {background-color:#d42fbc; } .myforecolor {color:#d42fbc; } .mybordercolor {border:3px solid #d42fbc; }
#d42fbc Text Font Color
<p style="color:#d42fbc">Text here</p>
This sample text font color is #d42fbc
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.
#d42fbc Background Color
<div style="background-color:#d42fbc">
Div content here</div>
This div background color is #d42fbc
#d42fbc Border Color
<div style="border:3px solid #d42fbc">
Div here</div>
This div border color is #d42fbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,47,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d42fbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d42fbc; -webkit-box-shadow: 1px 1px 3px 2px #d42fbc; box-shadow: 1px 1px 3px 2px #d42fbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,47,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d42fbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d42fbc; -webkit-box-shadow: 1px 1px 3px 2px #d42fbc; box-shadow: 1px 1px 3px 2px #d42fbc;">
Div content here</div>
This div box has shadow with color #d42fbc
Comments
No comments written yet.
Please login to write comment.