Color spaces of #d198ce
RGB | 209 | 152 | 206 |
---|---|---|---|
HSL | 0.84 | 0.38 | 0.71 |
HSV | 303° | 27° | 82° |
CMYK | 0.00 | 0.27 | 0.01 0.18 |
XYZ | 48.6633 | 40.4680 | 63.6388 |
Yxy | 40.4680 | 0.3185 | 0.2649 |
Hunter Lab | 63.6145 | 25.2222 | -14.7826 |
CIE-Lab | 69.8016 | 30.1636 | -19.2846 |
#d198ce color RGB value is (209,152,206).
#d198ce hex color red value is 209, green value is 152 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d198ce hue: 0.84 , saturation: 0.38 and the lightness value of d198ce is 0.71.
The process color (four color CMYK) of #d198ce color hex is 0.00, 0.27, 0.01, 0.18. Web safe color of #d198ce is #cc99cc. Color #d198ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10011000 | 11001110 |
Octal | 321 | 230 | 316 |
Decimal | 209 | 152 | 206 |
Hex | D1 | 98 | CE |
Shades of #d198ce
Tints of #d198ce
RGB Percentages of Color #d198ce
CMYK Percentages of Color #d198ce
Complementary Color
#d198ce | #98d19b |
#d198ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d198ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#d198ce Color CSS Codes
.mybgcolor {background-color:#d198ce; } .myforecolor {color:#d198ce; } .mybordercolor {border:3px solid #d198ce; }
#d198ce Text Font Color
<p style="color:#d198ce">Text here</p>
This sample text font color is #d198ce
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.
#d198ce Background Color
<div style="background-color:#d198ce">
Div content here</div>
This div background color is #d198ce
#d198ce Border Color
<div style="border:3px solid #d198ce">
Div here</div>
This div border color is #d198ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,152,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d198ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d198ce; -webkit-box-shadow: 1px 1px 3px 2px #d198ce; box-shadow: 1px 1px 3px 2px #d198ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,152,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d198ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d198ce; -webkit-box-shadow: 1px 1px 3px 2px #d198ce; box-shadow: 1px 1px 3px 2px #d198ce;">
Div content here</div>
This div box has shadow with color #d198ce
Comments
No comments written yet.
Please login to write comment.