Color spaces of #d181bd
RGB | 209 | 129 | 189 |
---|---|---|---|
HSL | 0.88 | 0.47 | 0.66 |
HSV | 315° | 38° | 82° |
CMYK | 0.00 | 0.38 | 0.10 0.18 |
XYZ | 43.3301 | 32.9299 | 52.2165 |
Yxy | 32.9299 | 0.3373 | 0.2563 |
Hunter Lab | 57.3846 | 34.3592 | -13.7811 |
CIE-Lab | 64.1041 | 39.5402 | -18.4369 |
#d181bd color RGB value is (209,129,189).
#d181bd hex color red value is 209, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d181bd hue: 0.88 , saturation: 0.47 and the lightness value of d181bd is 0.66.
The process color (four color CMYK) of #d181bd color hex is 0.00, 0.38, 0.10, 0.18. Web safe color of #d181bd is #cc99cc. Color #d181bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10000001 | 10111101 |
Octal | 321 | 201 | 275 |
Decimal | 209 | 129 | 189 |
Hex | D1 | 81 | BD |
Shades of #d181bd
Tints of #d181bd
RGB Percentages of Color #d181bd
CMYK Percentages of Color #d181bd
Complementary Color
#d181bd | #81d195 |
#d181bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d181bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d181bd Color CSS Codes
.mybgcolor {background-color:#d181bd; } .myforecolor {color:#d181bd; } .mybordercolor {border:3px solid #d181bd; }
#d181bd Text Font Color
<p style="color:#d181bd">Text here</p>
This sample text font color is #d181bd
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.
#d181bd Background Color
<div style="background-color:#d181bd">
Div content here</div>
This div background color is #d181bd
#d181bd Border Color
<div style="border:3px solid #d181bd">
Div here</div>
This div border color is #d181bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,129,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d181bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d181bd; -webkit-box-shadow: 1px 1px 3px 2px #d181bd; box-shadow: 1px 1px 3px 2px #d181bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,129,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d181bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d181bd; -webkit-box-shadow: 1px 1px 3px 2px #d181bd; box-shadow: 1px 1px 3px 2px #d181bd;">
Div content here</div>
This div box has shadow with color #d181bd
Comments
No comments written yet.
Please login to write comment.