Color spaces of #d412ea
RGB | 212 | 18 | 234 |
---|---|---|---|
HSL | 0.82 | 0.86 | 0.49 |
HSV | 294° | 92° | 92° |
CMYK | 0.09 | 0.92 | 0.00 0.08 |
XYZ | 42.2190 | 20.3702 | 79.5486 |
Yxy | 20.3702 | 0.2970 | 0.1433 |
Hunter Lab | 45.1334 | 87.9905 | -72.9067 |
CIE-Lab | 52.2532 | 87.3039 | -62.4526 |
#d412ea color RGB value is (212,18,234).
#d412ea hex color red value is 212, green value is 18 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d412ea hue: 0.82 , saturation: 0.86 and the lightness value of d412ea is 0.49.
The process color (four color CMYK) of #d412ea color hex is 0.09, 0.92, 0.00, 0.08. Web safe color of #d412ea is #cc00ff. Color #d412ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00010010 | 11101010 |
Octal | 324 | 22 | 352 |
Decimal | 212 | 18 | 234 |
Hex | D4 | 12 | EA |
Shades of #d412ea
Tints of #d412ea
RGB Percentages of Color #d412ea
CMYK Percentages of Color #d412ea
Complementary Color
#d412ea | #28ea12 |
#d412ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d412ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d412ea Color CSS Codes
.mybgcolor {background-color:#d412ea; } .myforecolor {color:#d412ea; } .mybordercolor {border:3px solid #d412ea; }
#d412ea Text Font Color
<p style="color:#d412ea">Text here</p>
This sample text font color is #d412ea
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.
#d412ea Background Color
<div style="background-color:#d412ea">
Div content here</div>
This div background color is #d412ea
#d412ea Border Color
<div style="border:3px solid #d412ea">
Div here</div>
This div border color is #d412ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,18,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d412ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d412ea; -webkit-box-shadow: 1px 1px 3px 2px #d412ea; box-shadow: 1px 1px 3px 2px #d412ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,18,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d412ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d412ea; -webkit-box-shadow: 1px 1px 3px 2px #d412ea; box-shadow: 1px 1px 3px 2px #d412ea;">
Div content here</div>
This div box has shadow with color #d412ea
Comments
No comments written yet.
Please login to write comment.