Color spaces of #d02ecd
RGB | 208 | 46 | 205 |
---|---|---|---|
HSL | 0.84 | 0.64 | 0.50 |
HSV | 301° | 78° | 82° |
CMYK | 0.00 | 0.78 | 0.01 0.18 |
XYZ | 38.0089 | 19.7717 | 59.5706 |
Yxy | 19.7717 | 0.3239 | 0.1685 |
Hunter Lab | 44.4654 | 74.7670 | -48.3055 |
CIE-Lab | 51.5781 | 77.0862 | -47.0624 |
#d02ecd color RGB value is (208,46,205).
#d02ecd hex color red value is 208, green value is 46 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d02ecd hue: 0.84 , saturation: 0.64 and the lightness value of d02ecd is 0.50.
The process color (four color CMYK) of #d02ecd color hex is 0.00, 0.78, 0.01, 0.18. Web safe color of #d02ecd is #cc33cc. Color #d02ecd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00101110 | 11001101 |
Octal | 320 | 56 | 315 |
Decimal | 208 | 46 | 205 |
Hex | D0 | 2E | CD |
Shades of #d02ecd
Tints of #d02ecd
RGB Percentages of Color #d02ecd
CMYK Percentages of Color #d02ecd
Complementary Color
#d02ecd | #2ed031 |
#d02ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d02ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d02ecd Color CSS Codes
.mybgcolor {background-color:#d02ecd; } .myforecolor {color:#d02ecd; } .mybordercolor {border:3px solid #d02ecd; }
#d02ecd Text Font Color
<p style="color:#d02ecd">Text here</p>
This sample text font color is #d02ecd
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.
#d02ecd Background Color
<div style="background-color:#d02ecd">
Div content here</div>
This div background color is #d02ecd
#d02ecd Border Color
<div style="border:3px solid #d02ecd">
Div here</div>
This div border color is #d02ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,46,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d02ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d02ecd; -webkit-box-shadow: 1px 1px 3px 2px #d02ecd; box-shadow: 1px 1px 3px 2px #d02ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,46,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 #d02ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d02ecd; -webkit-box-shadow: 1px 1px 3px 2px #d02ecd; box-shadow: 1px 1px 3px 2px #d02ecd;">
Div content here</div>
This div box has shadow with color #d02ecd
Comments
No comments written yet.
Please login to write comment.