Color spaces of #d0189b
RGB | 208 | 24 | 155 |
---|---|---|---|
HSL | 0.88 | 0.79 | 0.45 |
HSV | 317° | 88° | 82° |
CMYK | 0.00 | 0.88 | 0.25 0.18 |
XYZ | 32.2555 | 16.4297 | 32.4815 |
Yxy | 16.4297 | 0.3974 | 0.2024 |
Hunter Lab | 40.5336 | 71.1117 | -19.1384 |
CIE-Lab | 47.5333 | 74.9085 | -24.0954 |
#d0189b color RGB value is (208,24,155).
#d0189b hex color red value is 208, green value is 24 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d0189b hue: 0.88 , saturation: 0.79 and the lightness value of d0189b is 0.45.
The process color (four color CMYK) of #d0189b color hex is 0.00, 0.88, 0.25, 0.18. Web safe color of #d0189b is #cc0099. Color #d0189b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00011000 | 10011011 |
Octal | 320 | 30 | 233 |
Decimal | 208 | 24 | 155 |
Hex | D0 | 18 | 9B |
Shades of #d0189b
Tints of #d0189b
RGB Percentages of Color #d0189b
CMYK Percentages of Color #d0189b
Complementary Color
#d0189b | #18d04d |
#d0189b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0189b Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0189b Color CSS Codes
.mybgcolor {background-color:#d0189b; } .myforecolor {color:#d0189b; } .mybordercolor {border:3px solid #d0189b; }
#d0189b Text Font Color
<p style="color:#d0189b">Text here</p>
This sample text font color is #d0189b
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.
#d0189b Background Color
<div style="background-color:#d0189b">
Div content here</div>
This div background color is #d0189b
#d0189b Border Color
<div style="border:3px solid #d0189b">
Div here</div>
This div border color is #d0189b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,24,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0189b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0189b; -webkit-box-shadow: 1px 1px 3px 2px #d0189b; box-shadow: 1px 1px 3px 2px #d0189b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,24,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0189b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0189b; -webkit-box-shadow: 1px 1px 3px 2px #d0189b; box-shadow: 1px 1px 3px 2px #d0189b;">
Div content here</div>
This div box has shadow with color #d0189b
Comments
No comments written yet.
Please login to write comment.