Color spaces of #d446ef
RGB | 212 | 70 | 239 |
---|---|---|---|
HSL | 0.81 | 0.84 | 0.61 |
HSV | 290° | 71° | 94° |
CMYK | 0.11 | 0.71 | 0.00 0.06 |
XYZ | 44.9215 | 24.6094 | 84.0438 |
Yxy | 24.6094 | 0.2925 | 0.1602 |
Hunter Lab | 49.6079 | 74.8237 | -65.7214 |
CIE-Lab | 56.6928 | 76.1399 | -58.1291 |
#d446ef color RGB value is (212,70,239).
#d446ef hex color red value is 212, green value is 70 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d446ef hue: 0.81 , saturation: 0.84 and the lightness value of d446ef is 0.61.
The process color (four color CMYK) of #d446ef color hex is 0.11, 0.71, 0.00, 0.06. Web safe color of #d446ef is #cc33ff. Color #d446ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01000110 | 11101111 |
Octal | 324 | 106 | 357 |
Decimal | 212 | 70 | 239 |
Hex | D4 | 46 | EF |
Shades of #d446ef
Tints of #d446ef
RGB Percentages of Color #d446ef
CMYK Percentages of Color #d446ef
Complementary Color
#d446ef | #61ef46 |
#d446ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d446ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#d446ef Color CSS Codes
.mybgcolor {background-color:#d446ef; } .myforecolor {color:#d446ef; } .mybordercolor {border:3px solid #d446ef; }
#d446ef Text Font Color
<p style="color:#d446ef">Text here</p>
This sample text font color is #d446ef
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.
#d446ef Background Color
<div style="background-color:#d446ef">
Div content here</div>
This div background color is #d446ef
#d446ef Border Color
<div style="border:3px solid #d446ef">
Div here</div>
This div border color is #d446ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,70,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d446ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d446ef; -webkit-box-shadow: 1px 1px 3px 2px #d446ef; box-shadow: 1px 1px 3px 2px #d446ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,70,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d446ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d446ef; -webkit-box-shadow: 1px 1px 3px 2px #d446ef; box-shadow: 1px 1px 3px 2px #d446ef;">
Div content here</div>
This div box has shadow with color #d446ef
Comments
No comments written yet.
Please login to write comment.