Color spaces of #d268be
RGB | 210 | 104 | 190 |
---|---|---|---|
HSL | 0.86 | 0.54 | 0.62 |
HSV | 311° | 50° | 82° |
CMYK | 0.00 | 0.50 | 0.10 0.18 |
XYZ | 40.8229 | 27.3200 | 51.8369 |
Yxy | 27.3200 | 0.3402 | 0.2277 |
Hunter Lab | 52.2685 | 47.9426 | -22.2124 |
CIE-Lab | 59.2694 | 52.8095 | -26.3924 |
#d268be color RGB value is (210,104,190).
#d268be hex color red value is 210, green value is 104 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d268be hue: 0.86 , saturation: 0.54 and the lightness value of d268be is 0.62.
The process color (four color CMYK) of #d268be color hex is 0.00, 0.50, 0.10, 0.18. Web safe color of #d268be is #cc66cc. Color #d268be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01101000 | 10111110 |
Octal | 322 | 150 | 276 |
Decimal | 210 | 104 | 190 |
Hex | D2 | 68 | BE |
Shades of #d268be
Tints of #d268be
RGB Percentages of Color #d268be
CMYK Percentages of Color #d268be
Complementary Color
#d268be | #68d27c |
#d268be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d268be Color Preview on White Background
Lorem ipsum dolor sit amet.
#d268be Color CSS Codes
.mybgcolor {background-color:#d268be; } .myforecolor {color:#d268be; } .mybordercolor {border:3px solid #d268be; }
#d268be Text Font Color
<p style="color:#d268be">Text here</p>
This sample text font color is #d268be
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.
#d268be Background Color
<div style="background-color:#d268be">
Div content here</div>
This div background color is #d268be
#d268be Border Color
<div style="border:3px solid #d268be">
Div here</div>
This div border color is #d268be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,104,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d268be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d268be; -webkit-box-shadow: 1px 1px 3px 2px #d268be; box-shadow: 1px 1px 3px 2px #d268be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,104,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d268be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d268be; -webkit-box-shadow: 1px 1px 3px 2px #d268be; box-shadow: 1px 1px 3px 2px #d268be;">
Div content here</div>
This div box has shadow with color #d268be
Comments
No comments written yet.
Please login to write comment.