Color spaces of #d1528b
RGB | 209 | 82 | 139 |
---|---|---|---|
HSL | 0.93 | 0.58 | 0.57 |
HSV | 333° | 61° | 82° |
CMYK | 0.00 | 0.61 | 0.33 0.18 |
XYZ | 33.9720 | 21.4540 | 26.7766 |
Yxy | 21.4540 | 0.4133 | 0.2610 |
Hunter Lab | 46.3185 | 49.8624 | -1.8525 |
CIE-Lab | 53.4428 | 55.5161 | -5.5741 |
#d1528b color RGB value is (209,82,139).
#d1528b hex color red value is 209, green value is 82 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d1528b hue: 0.93 , saturation: 0.58 and the lightness value of d1528b is 0.57.
The process color (four color CMYK) of #d1528b color hex is 0.00, 0.61, 0.33, 0.18. Web safe color of #d1528b is #cc6699. Color #d1528b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01010010 | 10001011 |
Octal | 321 | 122 | 213 |
Decimal | 209 | 82 | 139 |
Hex | D1 | 52 | 8B |
Shades of #d1528b
Tints of #d1528b
RGB Percentages of Color #d1528b
CMYK Percentages of Color #d1528b
Complementary Color
#d1528b | #52d198 |
#d1528b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1528b Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1528b Color CSS Codes
.mybgcolor {background-color:#d1528b; } .myforecolor {color:#d1528b; } .mybordercolor {border:3px solid #d1528b; }
#d1528b Text Font Color
<p style="color:#d1528b">Text here</p>
This sample text font color is #d1528b
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.
#d1528b Background Color
<div style="background-color:#d1528b">
Div content here</div>
This div background color is #d1528b
#d1528b Border Color
<div style="border:3px solid #d1528b">
Div here</div>
This div border color is #d1528b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,82,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1528b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1528b; -webkit-box-shadow: 1px 1px 3px 2px #d1528b; box-shadow: 1px 1px 3px 2px #d1528b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,82,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1528b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1528b; -webkit-box-shadow: 1px 1px 3px 2px #d1528b; box-shadow: 1px 1px 3px 2px #d1528b;">
Div content here</div>
This div box has shadow with color #d1528b
#d1528b Color Palettes
Comments
No comments written yet.
Please login to write comment.