Color spaces of #d5627f
RGB | 213 | 98 | 127 |
---|---|---|---|
HSL | 0.96 | 0.58 | 0.61 |
HSV | 345° | 54° | 84° |
CMYK | 0.00 | 0.54 | 0.40 0.16 |
XYZ | 35.6390 | 24.4138 | 22.9126 |
Yxy | 24.4138 | 0.4296 | 0.2943 |
Hunter Lab | 49.4103 | 42.2816 | 7.0932 |
CIE-Lab | 56.4997 | 48.0513 | 6.0394 |
#d5627f color RGB value is (213,98,127).
#d5627f hex color red value is 213, green value is 98 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d5627f hue: 0.96 , saturation: 0.58 and the lightness value of d5627f is 0.61.
The process color (four color CMYK) of #d5627f color hex is 0.00, 0.54, 0.40, 0.16. Web safe color of #d5627f is #cc6666. Color #d5627f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01100010 | 01111111 |
Octal | 325 | 142 | 177 |
Decimal | 213 | 98 | 127 |
Hex | D5 | 62 | 7F |
Shades of #d5627f
Tints of #d5627f
RGB Percentages of Color #d5627f
CMYK Percentages of Color #d5627f
Complementary Color
#d5627f | #62d5b8 |
#d5627f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5627f Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5627f Color CSS Codes
.mybgcolor {background-color:#d5627f; } .myforecolor {color:#d5627f; } .mybordercolor {border:3px solid #d5627f; }
#d5627f Text Font Color
<p style="color:#d5627f">Text here</p>
This sample text font color is #d5627f
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.
#d5627f Background Color
<div style="background-color:#d5627f">
Div content here</div>
This div background color is #d5627f
#d5627f Border Color
<div style="border:3px solid #d5627f">
Div here</div>
This div border color is #d5627f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,98,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5627f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5627f; -webkit-box-shadow: 1px 1px 3px 2px #d5627f; box-shadow: 1px 1px 3px 2px #d5627f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,98,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5627f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5627f; -webkit-box-shadow: 1px 1px 3px 2px #d5627f; box-shadow: 1px 1px 3px 2px #d5627f;">
Div content here</div>
This div box has shadow with color #d5627f
Comments
No comments written yet.
Please login to write comment.