Color spaces of #d091bc
RGB | 208 | 145 | 188 |
---|---|---|---|
HSL | 0.89 | 0.40 | 0.69 |
HSV | 319° | 30° | 82° |
CMYK | 0.00 | 0.30 | 0.10 0.18 |
XYZ | 45.2149 | 37.2915 | 52.3919 |
Yxy | 37.2915 | 0.3352 | 0.2764 |
Hunter Lab | 61.0668 | 25.2977 | -8.1208 |
CIE-Lab | 67.4952 | 30.4243 | -12.7653 |
#d091bc color RGB value is (208,145,188).
#d091bc hex color red value is 208, green value is 145 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d091bc hue: 0.89 , saturation: 0.40 and the lightness value of d091bc is 0.69.
The process color (four color CMYK) of #d091bc color hex is 0.00, 0.30, 0.10, 0.18. Web safe color of #d091bc is #cc99cc. Color #d091bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10010001 | 10111100 |
Octal | 320 | 221 | 274 |
Decimal | 208 | 145 | 188 |
Hex | D0 | 91 | BC |
Shades of #d091bc
Tints of #d091bc
RGB Percentages of Color #d091bc
CMYK Percentages of Color #d091bc
Complementary Color
#d091bc | #91d0a5 |
#d091bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d091bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d091bc Color CSS Codes
.mybgcolor {background-color:#d091bc; } .myforecolor {color:#d091bc; } .mybordercolor {border:3px solid #d091bc; }
#d091bc Text Font Color
<p style="color:#d091bc">Text here</p>
This sample text font color is #d091bc
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.
#d091bc Background Color
<div style="background-color:#d091bc">
Div content here</div>
This div background color is #d091bc
#d091bc Border Color
<div style="border:3px solid #d091bc">
Div here</div>
This div border color is #d091bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,145,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d091bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d091bc; -webkit-box-shadow: 1px 1px 3px 2px #d091bc; box-shadow: 1px 1px 3px 2px #d091bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,145,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d091bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d091bc; -webkit-box-shadow: 1px 1px 3px 2px #d091bc; box-shadow: 1px 1px 3px 2px #d091bc;">
Div content here</div>
This div box has shadow with color #d091bc
Comments
No comments written yet.
Please login to write comment.