Color spaces of #d181fd
RGB | 209 | 129 | 253 |
---|---|---|---|
HSL | 0.77 | 0.97 | 0.75 |
HSV | 279° | 49° | 99° |
CMYK | 0.17 | 0.49 | 0.00 0.01 |
XYZ | 51.8744 | 36.3477 | 97.2102 |
Yxy | 36.3477 | 0.2797 | 0.1960 |
Hunter Lab | 60.2891 | 48.0806 | -53.3970 |
CIE-Lab | 66.7847 | 51.7785 | -49.8489 |
#d181fd color RGB value is (209,129,253).
#d181fd hex color red value is 209, green value is 129 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d181fd hue: 0.77 , saturation: 0.97 and the lightness value of d181fd is 0.75.
The process color (four color CMYK) of #d181fd color hex is 0.17, 0.49, 0.00, 0.01. Web safe color of #d181fd is #cc99ff. Color #d181fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10000001 | 11111101 |
Octal | 321 | 201 | 375 |
Decimal | 209 | 129 | 253 |
Hex | D1 | 81 | FD |
Shades of #d181fd
Tints of #d181fd
RGB Percentages of Color #d181fd
CMYK Percentages of Color #d181fd
Complementary Color
#d181fd | #adfd81 |
#d181fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d181fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d181fd Color CSS Codes
.mybgcolor {background-color:#d181fd; } .myforecolor {color:#d181fd; } .mybordercolor {border:3px solid #d181fd; }
#d181fd Text Font Color
<p style="color:#d181fd">Text here</p>
This sample text font color is #d181fd
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.
#d181fd Background Color
<div style="background-color:#d181fd">
Div content here</div>
This div background color is #d181fd
#d181fd Border Color
<div style="border:3px solid #d181fd">
Div here</div>
This div border color is #d181fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,129,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d181fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d181fd; -webkit-box-shadow: 1px 1px 3px 2px #d181fd; box-shadow: 1px 1px 3px 2px #d181fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,129,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d181fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d181fd; -webkit-box-shadow: 1px 1px 3px 2px #d181fd; box-shadow: 1px 1px 3px 2px #d181fd;">
Div content here</div>
This div box has shadow with color #d181fd
Comments
No comments written yet.
Please login to write comment.