Color spaces of #d174bf
RGB | 209 | 116 | 191 |
---|---|---|---|
HSL | 0.87 | 0.50 | 0.64 |
HSV | 312° | 44° | 82° |
CMYK | 0.00 | 0.44 | 0.09 0.18 |
XYZ | 41.9439 | 29.8077 | 52.8330 |
Yxy | 29.8077 | 0.3367 | 0.2393 |
Hunter Lab | 54.5964 | 41.5895 | -19.1575 |
CIE-Lab | 61.4879 | 46.6686 | -23.5612 |
#d174bf color RGB value is (209,116,191).
#d174bf hex color red value is 209, green value is 116 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d174bf hue: 0.87 , saturation: 0.50 and the lightness value of d174bf is 0.64.
The process color (four color CMYK) of #d174bf color hex is 0.00, 0.44, 0.09, 0.18. Web safe color of #d174bf is #cc66cc. Color #d174bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01110100 | 10111111 |
Octal | 321 | 164 | 277 |
Decimal | 209 | 116 | 191 |
Hex | D1 | 74 | BF |
Shades of #d174bf
Tints of #d174bf
RGB Percentages of Color #d174bf
CMYK Percentages of Color #d174bf
Complementary Color
#d174bf | #74d186 |
#d174bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d174bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d174bf Color CSS Codes
.mybgcolor {background-color:#d174bf; } .myforecolor {color:#d174bf; } .mybordercolor {border:3px solid #d174bf; }
#d174bf Text Font Color
<p style="color:#d174bf">Text here</p>
This sample text font color is #d174bf
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.
#d174bf Background Color
<div style="background-color:#d174bf">
Div content here</div>
This div background color is #d174bf
#d174bf Border Color
<div style="border:3px solid #d174bf">
Div here</div>
This div border color is #d174bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,116,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d174bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d174bf; -webkit-box-shadow: 1px 1px 3px 2px #d174bf; box-shadow: 1px 1px 3px 2px #d174bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,116,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d174bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d174bf; -webkit-box-shadow: 1px 1px 3px 2px #d174bf; box-shadow: 1px 1px 3px 2px #d174bf;">
Div content here</div>
This div box has shadow with color #d174bf
Comments
No comments written yet.
Please login to write comment.