Color spaces of #d54ecf
RGB | 213 | 78 | 207 |
---|---|---|---|
HSL | 0.84 | 0.62 | 0.57 |
HSV | 303° | 63° | 84° |
CMYK | 0.00 | 0.63 | 0.03 0.16 |
XYZ | 41.4274 | 24.0999 | 61.4998 |
Yxy | 24.0999 | 0.3261 | 0.1897 |
Hunter Lab | 49.0916 | 64.7220 | -39.9117 |
CIE-Lab | 56.1877 | 67.9456 | -40.8620 |
#d54ecf color RGB value is (213,78,207).
#d54ecf hex color red value is 213, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d54ecf hue: 0.84 , saturation: 0.62 and the lightness value of d54ecf is 0.57.
The process color (four color CMYK) of #d54ecf color hex is 0.00, 0.63, 0.03, 0.16. Web safe color of #d54ecf is #cc66cc. Color #d54ecf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01001110 | 11001111 |
Octal | 325 | 116 | 317 |
Decimal | 213 | 78 | 207 |
Hex | D5 | 4E | CF |
Shades of #d54ecf
Tints of #d54ecf
RGB Percentages of Color #d54ecf
CMYK Percentages of Color #d54ecf
Complementary Color
#d54ecf | #4ed554 |
#d54ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d54ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d54ecf Color CSS Codes
.mybgcolor {background-color:#d54ecf; } .myforecolor {color:#d54ecf; } .mybordercolor {border:3px solid #d54ecf; }
#d54ecf Text Font Color
<p style="color:#d54ecf">Text here</p>
This sample text font color is #d54ecf
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.
#d54ecf Background Color
<div style="background-color:#d54ecf">
Div content here</div>
This div background color is #d54ecf
#d54ecf Border Color
<div style="border:3px solid #d54ecf">
Div here</div>
This div border color is #d54ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,78,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d54ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d54ecf; -webkit-box-shadow: 1px 1px 3px 2px #d54ecf; box-shadow: 1px 1px 3px 2px #d54ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,78,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d54ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d54ecf; -webkit-box-shadow: 1px 1px 3px 2px #d54ecf; box-shadow: 1px 1px 3px 2px #d54ecf;">
Div content here</div>
This div box has shadow with color #d54ecf
Comments
No comments written yet.
Please login to write comment.