Color spaces of #d41cea
RGB | 212 | 28 | 234 |
---|---|---|---|
HSL | 0.82 | 0.83 | 0.51 |
HSV | 294° | 88° | 92° |
CMYK | 0.09 | 0.88 | 0.00 0.08 |
XYZ | 42.4179 | 20.7681 | 79.6149 |
Yxy | 20.7681 | 0.2970 | 0.1454 |
Hunter Lab | 45.5720 | 86.3946 | -71.6799 |
CIE-Lab | 52.6948 | 85.9989 | -61.7414 |
#d41cea color RGB value is (212,28,234).
#d41cea hex color red value is 212, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d41cea hue: 0.82 , saturation: 0.83 and the lightness value of d41cea is 0.51.
The process color (four color CMYK) of #d41cea color hex is 0.09, 0.88, 0.00, 0.08. Web safe color of #d41cea is #cc33ff. Color #d41cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00011100 | 11101010 |
Octal | 324 | 34 | 352 |
Decimal | 212 | 28 | 234 |
Hex | D4 | 1C | EA |
Shades of #d41cea
Tints of #d41cea
RGB Percentages of Color #d41cea
CMYK Percentages of Color #d41cea
Complementary Color
#d41cea | #32ea1c |
#d41cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d41cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d41cea Color CSS Codes
.mybgcolor {background-color:#d41cea; } .myforecolor {color:#d41cea; } .mybordercolor {border:3px solid #d41cea; }
#d41cea Text Font Color
<p style="color:#d41cea">Text here</p>
This sample text font color is #d41cea
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.
#d41cea Background Color
<div style="background-color:#d41cea">
Div content here</div>
This div background color is #d41cea
#d41cea Border Color
<div style="border:3px solid #d41cea">
Div here</div>
This div border color is #d41cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,28,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d41cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d41cea; -webkit-box-shadow: 1px 1px 3px 2px #d41cea; box-shadow: 1px 1px 3px 2px #d41cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,28,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 #d41cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d41cea; -webkit-box-shadow: 1px 1px 3px 2px #d41cea; box-shadow: 1px 1px 3px 2px #d41cea;">
Div content here</div>
This div box has shadow with color #d41cea
Comments
No comments written yet.
Please login to write comment.