Color spaces of #d44ebf
RGB | 212 | 78 | 191 |
---|---|---|---|
HSL | 0.86 | 0.61 | 0.57 |
HSV | 309° | 63° | 83° |
CMYK | 0.00 | 0.63 | 0.10 0.17 |
XYZ | 39.2797 | 23.2074 | 51.6994 |
Yxy | 23.2074 | 0.3440 | 0.2032 |
Hunter Lab | 48.1741 | 61.2390 | -29.9070 |
CIE-Lab | 55.2853 | 65.1673 | -33.1232 |
#d44ebf color RGB value is (212,78,191).
#d44ebf hex color red value is 212, green value is 78 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d44ebf hue: 0.86 , saturation: 0.61 and the lightness value of d44ebf is 0.57.
The process color (four color CMYK) of #d44ebf color hex is 0.00, 0.63, 0.10, 0.17. Web safe color of #d44ebf is #cc66cc. Color #d44ebf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01001110 | 10111111 |
Octal | 324 | 116 | 277 |
Decimal | 212 | 78 | 191 |
Hex | D4 | 4E | BF |
Shades of #d44ebf
Tints of #d44ebf
RGB Percentages of Color #d44ebf
CMYK Percentages of Color #d44ebf
Complementary Color
#d44ebf | #4ed463 |
#d44ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d44ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d44ebf Color CSS Codes
.mybgcolor {background-color:#d44ebf; } .myforecolor {color:#d44ebf; } .mybordercolor {border:3px solid #d44ebf; }
#d44ebf Text Font Color
<p style="color:#d44ebf">Text here</p>
This sample text font color is #d44ebf
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.
#d44ebf Background Color
<div style="background-color:#d44ebf">
Div content here</div>
This div background color is #d44ebf
#d44ebf Border Color
<div style="border:3px solid #d44ebf">
Div here</div>
This div border color is #d44ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,78,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d44ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d44ebf; -webkit-box-shadow: 1px 1px 3px 2px #d44ebf; box-shadow: 1px 1px 3px 2px #d44ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,78,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d44ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d44ebf; -webkit-box-shadow: 1px 1px 3px 2px #d44ebf; box-shadow: 1px 1px 3px 2px #d44ebf;">
Div content here</div>
This div box has shadow with color #d44ebf
Comments
No comments written yet.
Please login to write comment.