Color spaces of #d368de
RGB | 211 | 104 | 222 |
---|---|---|---|
HSL | 0.82 | 0.64 | 0.64 |
HSV | 294° | 53° | 87° |
CMYK | 0.05 | 0.53 | 0.00 0.13 |
XYZ | 44.9991 | 29.0234 | 72.3376 |
Yxy | 29.0234 | 0.3075 | 0.1983 |
Hunter Lab | 53.8734 | 54.8183 | -41.8993 |
CIE-Lab | 60.8023 | 58.6510 | -42.0967 |
#d368de color RGB value is (211,104,222).
#d368de hex color red value is 211, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d368de hue: 0.82 , saturation: 0.64 and the lightness value of d368de is 0.64.
The process color (four color CMYK) of #d368de color hex is 0.05, 0.53, 0.00, 0.13. Web safe color of #d368de is #cc66cc. Color #d368de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 01101000 | 11011110 |
Octal | 323 | 150 | 336 |
Decimal | 211 | 104 | 222 |
Hex | D3 | 68 | DE |
Shades of #d368de
Tints of #d368de
RGB Percentages of Color #d368de
CMYK Percentages of Color #d368de
Complementary Color
#d368de | #73de68 |
#d368de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d368de Color Preview on White Background
Lorem ipsum dolor sit amet.
#d368de Color CSS Codes
.mybgcolor {background-color:#d368de; } .myforecolor {color:#d368de; } .mybordercolor {border:3px solid #d368de; }
#d368de Text Font Color
<p style="color:#d368de">Text here</p>
This sample text font color is #d368de
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.
#d368de Background Color
<div style="background-color:#d368de">
Div content here</div>
This div background color is #d368de
#d368de Border Color
<div style="border:3px solid #d368de">
Div here</div>
This div border color is #d368de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,104,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d368de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d368de; -webkit-box-shadow: 1px 1px 3px 2px #d368de; box-shadow: 1px 1px 3px 2px #d368de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,104,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d368de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d368de; -webkit-box-shadow: 1px 1px 3px 2px #d368de; box-shadow: 1px 1px 3px 2px #d368de;">
Div content here</div>
This div box has shadow with color #d368de
Comments
No comments written yet.
Please login to write comment.