Color spaces of #d024cb
RGB | 208 | 36 | 203 |
---|---|---|---|
HSL | 0.84 | 0.70 | 0.48 |
HSV | 302° | 83° | 82° |
CMYK | 0.00 | 0.83 | 0.02 0.18 |
XYZ | 37.4228 | 18.9834 | 58.1917 |
Yxy | 18.9834 | 0.3266 | 0.1657 |
Hunter Lab | 43.5699 | 77.0686 | -48.6883 |
CIE-Lab | 50.6678 | 79.1068 | -47.3600 |
#d024cb color RGB value is (208,36,203).
#d024cb hex color red value is 208, green value is 36 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d024cb hue: 0.84 , saturation: 0.70 and the lightness value of d024cb is 0.48.
The process color (four color CMYK) of #d024cb color hex is 0.00, 0.83, 0.02, 0.18. Web safe color of #d024cb is #cc33cc. Color #d024cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00100100 | 11001011 |
Octal | 320 | 44 | 313 |
Decimal | 208 | 36 | 203 |
Hex | D0 | 24 | CB |
Shades of #d024cb
Tints of #d024cb
RGB Percentages of Color #d024cb
CMYK Percentages of Color #d024cb
Complementary Color
#d024cb | #24d029 |
#d024cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d024cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d024cb Color CSS Codes
.mybgcolor {background-color:#d024cb; } .myforecolor {color:#d024cb; } .mybordercolor {border:3px solid #d024cb; }
#d024cb Text Font Color
<p style="color:#d024cb">Text here</p>
This sample text font color is #d024cb
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.
#d024cb Background Color
<div style="background-color:#d024cb">
Div content here</div>
This div background color is #d024cb
#d024cb Border Color
<div style="border:3px solid #d024cb">
Div here</div>
This div border color is #d024cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,36,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d024cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d024cb; -webkit-box-shadow: 1px 1px 3px 2px #d024cb; box-shadow: 1px 1px 3px 2px #d024cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,36,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 #d024cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d024cb; -webkit-box-shadow: 1px 1px 3px 2px #d024cb; box-shadow: 1px 1px 3px 2px #d024cb;">
Div content here</div>
This div box has shadow with color #d024cb
Comments
No comments written yet.
Please login to write comment.