Color spaces of #d243cb
RGB | 210 | 67 | 203 |
---|---|---|---|
HSL | 0.84 | 0.61 | 0.54 |
HSV | 303° | 68° | 82° |
CMYK | 0.00 | 0.68 | 0.03 0.18 |
XYZ | 39.3650 | 22.0277 | 58.6769 |
Yxy | 22.0277 | 0.3279 | 0.1835 |
Hunter Lab | 46.9337 | 67.5806 | -41.2713 |
CIE-Lab | 54.0564 | 70.7339 | -41.9674 |
#d243cb color RGB value is (210,67,203).
#d243cb hex color red value is 210, green value is 67 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d243cb hue: 0.84 , saturation: 0.61 and the lightness value of d243cb is 0.54.
The process color (four color CMYK) of #d243cb color hex is 0.00, 0.68, 0.03, 0.18. Web safe color of #d243cb is #cc33cc. Color #d243cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01000011 | 11001011 |
Octal | 322 | 103 | 313 |
Decimal | 210 | 67 | 203 |
Hex | D2 | 43 | CB |
Shades of #d243cb
Tints of #d243cb
RGB Percentages of Color #d243cb
CMYK Percentages of Color #d243cb
Complementary Color
#d243cb | #43d24a |
#d243cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d243cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d243cb Color CSS Codes
.mybgcolor {background-color:#d243cb; } .myforecolor {color:#d243cb; } .mybordercolor {border:3px solid #d243cb; }
#d243cb Text Font Color
<p style="color:#d243cb">Text here</p>
This sample text font color is #d243cb
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.
#d243cb Background Color
<div style="background-color:#d243cb">
Div content here</div>
This div background color is #d243cb
#d243cb Border Color
<div style="border:3px solid #d243cb">
Div here</div>
This div border color is #d243cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,67,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d243cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d243cb; -webkit-box-shadow: 1px 1px 3px 2px #d243cb; box-shadow: 1px 1px 3px 2px #d243cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,67,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d243cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d243cb; -webkit-box-shadow: 1px 1px 3px 2px #d243cb; box-shadow: 1px 1px 3px 2px #d243cb;">
Div content here</div>
This div box has shadow with color #d243cb
Comments
No comments written yet.
Please login to write comment.