Color spaces of #d184fc
RGB | 209 | 132 | 252 |
---|---|---|---|
HSL | 0.77 | 0.95 | 0.75 |
HSV | 279° | 48° | 99° |
CMYK | 0.17 | 0.48 | 0.00 0.01 |
XYZ | 52.1164 | 37.0861 | 96.5070 |
Yxy | 37.0861 | 0.2806 | 0.1997 |
Hunter Lab | 60.8984 | 46.1870 | -51.3293 |
CIE-Lab | 67.3416 | 50.0128 | -48.4233 |
#d184fc color RGB value is (209,132,252).
#d184fc hex color red value is 209, green value is 132 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d184fc hue: 0.77 , saturation: 0.95 and the lightness value of d184fc is 0.75.
The process color (four color CMYK) of #d184fc color hex is 0.17, 0.48, 0.00, 0.01. Web safe color of #d184fc is #cc99ff. Color #d184fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10000100 | 11111100 |
Octal | 321 | 204 | 374 |
Decimal | 209 | 132 | 252 |
Hex | D1 | 84 | FC |
Shades of #d184fc
Tints of #d184fc
RGB Percentages of Color #d184fc
CMYK Percentages of Color #d184fc
Complementary Color
#d184fc | #affc84 |
#d184fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d184fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d184fc Color CSS Codes
.mybgcolor {background-color:#d184fc; } .myforecolor {color:#d184fc; } .mybordercolor {border:3px solid #d184fc; }
#d184fc Text Font Color
<p style="color:#d184fc">Text here</p>
This sample text font color is #d184fc
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.
#d184fc Background Color
<div style="background-color:#d184fc">
Div content here</div>
This div background color is #d184fc
#d184fc Border Color
<div style="border:3px solid #d184fc">
Div here</div>
This div border color is #d184fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,132,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d184fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d184fc; -webkit-box-shadow: 1px 1px 3px 2px #d184fc; box-shadow: 1px 1px 3px 2px #d184fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,132,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 #d184fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d184fc; -webkit-box-shadow: 1px 1px 3px 2px #d184fc; box-shadow: 1px 1px 3px 2px #d184fc;">
Div content here</div>
This div box has shadow with color #d184fc
Comments
No comments written yet.
Please login to write comment.