Color spaces of #d29bbc
RGB | 210 | 155 | 188 |
---|---|---|---|
HSL | 0.90 | 0.38 | 0.72 |
HSV | 324° | 26° | 82° |
CMYK | 0.00 | 0.26 | 0.10 0.18 |
XYZ | 47.3768 | 40.7752 | 52.9503 |
Yxy | 40.7752 | 0.3358 | 0.2890 |
Hunter Lab | 63.8555 | 20.6889 | -4.4657 |
CIE-Lab | 70.0181 | 25.6737 | -8.9702 |
#d29bbc color RGB value is (210,155,188).
#d29bbc hex color red value is 210, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d29bbc hue: 0.90 , saturation: 0.38 and the lightness value of d29bbc is 0.72.
The process color (four color CMYK) of #d29bbc color hex is 0.00, 0.26, 0.10, 0.18. Web safe color of #d29bbc is #cc99cc. Color #d29bbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10011011 | 10111100 |
Octal | 322 | 233 | 274 |
Decimal | 210 | 155 | 188 |
Hex | D2 | 9B | BC |
Shades of #d29bbc
Tints of #d29bbc
RGB Percentages of Color #d29bbc
CMYK Percentages of Color #d29bbc
Complementary Color
#d29bbc | #9bd2b1 |
#d29bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d29bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d29bbc Color CSS Codes
.mybgcolor {background-color:#d29bbc; } .myforecolor {color:#d29bbc; } .mybordercolor {border:3px solid #d29bbc; }
#d29bbc Text Font Color
<p style="color:#d29bbc">Text here</p>
This sample text font color is #d29bbc
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.
#d29bbc Background Color
<div style="background-color:#d29bbc">
Div content here</div>
This div background color is #d29bbc
#d29bbc Border Color
<div style="border:3px solid #d29bbc">
Div here</div>
This div border color is #d29bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,155,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d29bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d29bbc; -webkit-box-shadow: 1px 1px 3px 2px #d29bbc; box-shadow: 1px 1px 3px 2px #d29bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,155,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 #d29bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d29bbc; -webkit-box-shadow: 1px 1px 3px 2px #d29bbc; box-shadow: 1px 1px 3px 2px #d29bbc;">
Div content here</div>
This div box has shadow with color #d29bbc
Comments
No comments written yet.
Please login to write comment.