Color spaces of #d269cf
RGB | 210 | 105 | 207 |
---|---|---|---|
HSL | 0.84 | 0.54 | 0.62 |
HSV | 302° | 50° | 82° |
CMYK | 0.00 | 0.50 | 0.01 0.18 |
XYZ | 42.8924 | 28.3098 | 62.2351 |
Yxy | 28.3098 | 0.3214 | 0.2122 |
Hunter Lab | 53.2070 | 50.7843 | -32.1054 |
CIE-Lab | 60.1676 | 55.2078 | -34.6563 |
#d269cf color RGB value is (210,105,207).
#d269cf hex color red value is 210, green value is 105 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d269cf hue: 0.84 , saturation: 0.54 and the lightness value of d269cf is 0.62.
The process color (four color CMYK) of #d269cf color hex is 0.00, 0.50, 0.01, 0.18. Web safe color of #d269cf is #cc66cc. Color #d269cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01101001 | 11001111 |
Octal | 322 | 151 | 317 |
Decimal | 210 | 105 | 207 |
Hex | D2 | 69 | CF |
Shades of #d269cf
Tints of #d269cf
RGB Percentages of Color #d269cf
CMYK Percentages of Color #d269cf
Complementary Color
#d269cf | #69d26c |
#d269cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d269cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d269cf Color CSS Codes
.mybgcolor {background-color:#d269cf; } .myforecolor {color:#d269cf; } .mybordercolor {border:3px solid #d269cf; }
#d269cf Text Font Color
<p style="color:#d269cf">Text here</p>
This sample text font color is #d269cf
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.
#d269cf Background Color
<div style="background-color:#d269cf">
Div content here</div>
This div background color is #d269cf
#d269cf Border Color
<div style="border:3px solid #d269cf">
Div here</div>
This div border color is #d269cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,105,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d269cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d269cf; -webkit-box-shadow: 1px 1px 3px 2px #d269cf; box-shadow: 1px 1px 3px 2px #d269cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,105,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 #d269cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d269cf; -webkit-box-shadow: 1px 1px 3px 2px #d269cf; box-shadow: 1px 1px 3px 2px #d269cf;">
Div content here</div>
This div box has shadow with color #d269cf
Comments
No comments written yet.
Please login to write comment.