Color spaces of #d036cd
RGB | 208 | 54 | 205 |
---|---|---|---|
HSL | 0.84 | 0.62 | 0.51 |
HSV | 301° | 74° | 82° |
CMYK | 0.00 | 0.74 | 0.01 0.18 |
XYZ | 38.3510 | 20.4560 | 59.6847 |
Yxy | 20.4560 | 0.3237 | 0.1726 |
Hunter Lab | 45.2283 | 72.2082 | -46.5811 |
CIE-Lab | 52.3489 | 74.8657 | -45.8378 |
#d036cd color RGB value is (208,54,205).
#d036cd hex color red value is 208, green value is 54 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d036cd hue: 0.84 , saturation: 0.62 and the lightness value of d036cd is 0.51.
The process color (four color CMYK) of #d036cd color hex is 0.00, 0.74, 0.01, 0.18. Web safe color of #d036cd is #cc33cc. Color #d036cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00110110 | 11001101 |
Octal | 320 | 66 | 315 |
Decimal | 208 | 54 | 205 |
Hex | D0 | 36 | CD |
Shades of #d036cd
Tints of #d036cd
RGB Percentages of Color #d036cd
CMYK Percentages of Color #d036cd
Complementary Color
#d036cd | #36d039 |
#d036cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d036cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d036cd Color CSS Codes
.mybgcolor {background-color:#d036cd; } .myforecolor {color:#d036cd; } .mybordercolor {border:3px solid #d036cd; }
#d036cd Text Font Color
<p style="color:#d036cd">Text here</p>
This sample text font color is #d036cd
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.
#d036cd Background Color
<div style="background-color:#d036cd">
Div content here</div>
This div background color is #d036cd
#d036cd Border Color
<div style="border:3px solid #d036cd">
Div here</div>
This div border color is #d036cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,54,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d036cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d036cd; -webkit-box-shadow: 1px 1px 3px 2px #d036cd; box-shadow: 1px 1px 3px 2px #d036cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,54,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d036cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d036cd; -webkit-box-shadow: 1px 1px 3px 2px #d036cd; box-shadow: 1px 1px 3px 2px #d036cd;">
Div content here</div>
This div box has shadow with color #d036cd
Comments
No comments written yet.
Please login to write comment.