Color spaces of #d65acf
RGB | 214 | 90 | 207 |
---|---|---|---|
HSL | 0.84 | 0.60 | 0.60 |
HSV | 303° | 58° | 84° |
CMYK | 0.00 | 0.58 | 0.03 0.16 |
XYZ | 42.6502 | 26.1135 | 61.8240 |
Yxy | 26.1135 | 0.3266 | 0.2000 |
Hunter Lab | 51.1014 | 59.5522 | -35.9599 |
CIE-Lab | 58.1446 | 63.2043 | -37.7779 |
#d65acf color RGB value is (214,90,207).
#d65acf hex color red value is 214, green value is 90 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d65acf hue: 0.84 , saturation: 0.60 and the lightness value of d65acf is 0.60.
The process color (four color CMYK) of #d65acf color hex is 0.00, 0.58, 0.03, 0.16. Web safe color of #d65acf is #cc66cc. Color #d65acf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01011010 | 11001111 |
Octal | 326 | 132 | 317 |
Decimal | 214 | 90 | 207 |
Hex | D6 | 5A | CF |
Shades of #d65acf
Tints of #d65acf
RGB Percentages of Color #d65acf
CMYK Percentages of Color #d65acf
Complementary Color
#d65acf | #5ad661 |
#d65acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d65acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d65acf Color CSS Codes
.mybgcolor {background-color:#d65acf; } .myforecolor {color:#d65acf; } .mybordercolor {border:3px solid #d65acf; }
#d65acf Text Font Color
<p style="color:#d65acf">Text here</p>
This sample text font color is #d65acf
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.
#d65acf Background Color
<div style="background-color:#d65acf">
Div content here</div>
This div background color is #d65acf
#d65acf Border Color
<div style="border:3px solid #d65acf">
Div here</div>
This div border color is #d65acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,90,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d65acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d65acf; -webkit-box-shadow: 1px 1px 3px 2px #d65acf; box-shadow: 1px 1px 3px 2px #d65acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,90,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 #d65acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d65acf; -webkit-box-shadow: 1px 1px 3px 2px #d65acf; box-shadow: 1px 1px 3px 2px #d65acf;">
Div content here</div>
This div box has shadow with color #d65acf
Comments
No comments written yet.
Please login to write comment.