Color spaces of #d399fc
RGB | 211 | 153 | 252 |
---|---|---|---|
HSL | 0.76 | 0.94 | 0.79 |
HSV | 275° | 39° | 99° |
CMYK | 0.16 | 0.39 | 0.00 0.01 |
XYZ | 55.8259 | 43.6596 | 97.5803 |
Yxy | 43.6596 | 0.2833 | 0.2215 |
Hunter Lab | 66.0754 | 35.1794 | -41.3068 |
CIE-Lab | 72.0004 | 39.4196 | -41.1005 |
#d399fc color RGB value is (211,153,252).
#d399fc hex color red value is 211, green value is 153 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d399fc hue: 0.76 , saturation: 0.94 and the lightness value of d399fc is 0.79.
The process color (four color CMYK) of #d399fc color hex is 0.16, 0.39, 0.00, 0.01. Web safe color of #d399fc is #cc99ff. Color #d399fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10011001 | 11111100 |
Octal | 323 | 231 | 374 |
Decimal | 211 | 153 | 252 |
Hex | D3 | 99 | FC |
Shades of #d399fc
Tints of #d399fc
RGB Percentages of Color #d399fc
CMYK Percentages of Color #d399fc
Complementary Color
#d399fc | #c2fc99 |
#d399fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d399fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d399fc Color CSS Codes
.mybgcolor {background-color:#d399fc; } .myforecolor {color:#d399fc; } .mybordercolor {border:3px solid #d399fc; }
#d399fc Text Font Color
<p style="color:#d399fc">Text here</p>
This sample text font color is #d399fc
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.
#d399fc Background Color
<div style="background-color:#d399fc">
Div content here</div>
This div background color is #d399fc
#d399fc Border Color
<div style="border:3px solid #d399fc">
Div here</div>
This div border color is #d399fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,153,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d399fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d399fc; -webkit-box-shadow: 1px 1px 3px 2px #d399fc; box-shadow: 1px 1px 3px 2px #d399fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,153,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d399fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d399fc; -webkit-box-shadow: 1px 1px 3px 2px #d399fc; box-shadow: 1px 1px 3px 2px #d399fc;">
Div content here</div>
This div box has shadow with color #d399fc
Comments
No comments written yet.
Please login to write comment.