Color spaces of #d23099
RGB | 210 | 48 | 153 |
---|---|---|---|
HSL | 0.89 | 0.64 | 0.51 |
HSV | 321° | 77° | 82° |
CMYK | 0.00 | 0.77 | 0.27 0.18 |
XYZ | 33.3851 | 18.1155 | 31.8740 |
Yxy | 18.1155 | 0.4004 | 0.2173 |
Hunter Lab | 42.5623 | 65.5281 | -14.6074 |
CIE-Lab | 49.6359 | 69.8700 | -19.6318 |
#d23099 color RGB value is (210,48,153).
#d23099 hex color red value is 210, green value is 48 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d23099 hue: 0.89 , saturation: 0.64 and the lightness value of d23099 is 0.51.
The process color (four color CMYK) of #d23099 color hex is 0.00, 0.77, 0.27, 0.18. Web safe color of #d23099 is #cc3399. Color #d23099 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00110000 | 10011001 |
Octal | 322 | 60 | 231 |
Decimal | 210 | 48 | 153 |
Hex | D2 | 30 | 99 |
Shades of #d23099
Tints of #d23099
RGB Percentages of Color #d23099
CMYK Percentages of Color #d23099
Complementary Color
#d23099 | #30d269 |
#d23099 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d23099 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d23099 Color CSS Codes
.mybgcolor {background-color:#d23099; } .myforecolor {color:#d23099; } .mybordercolor {border:3px solid #d23099; }
#d23099 Text Font Color
<p style="color:#d23099">Text here</p>
This sample text font color is #d23099
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.
#d23099 Background Color
<div style="background-color:#d23099">
Div content here</div>
This div background color is #d23099
#d23099 Border Color
<div style="border:3px solid #d23099">
Div here</div>
This div border color is #d23099
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,48,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d23099; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d23099; -webkit-box-shadow: 1px 1px 3px 2px #d23099; box-shadow: 1px 1px 3px 2px #d23099; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,48,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d23099">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d23099; -webkit-box-shadow: 1px 1px 3px 2px #d23099; box-shadow: 1px 1px 3px 2px #d23099;">
Div content here</div>
This div box has shadow with color #d23099
Comments
No comments written yet.
Please login to write comment.