Color spaces of #d568cc
RGB | 213 | 104 | 204 |
---|---|---|---|
HSL | 0.85 | 0.56 | 0.62 |
HSV | 305° | 51° | 84° |
CMYK | 0.00 | 0.51 | 0.04 0.16 |
XYZ | 43.2900 | 28.4064 | 60.3281 |
Yxy | 28.4064 | 0.3279 | 0.2152 |
Hunter Lab | 53.2977 | 51.7123 | -29.8025 |
CIE-Lab | 60.2541 | 56.0162 | -32.7942 |
#d568cc color RGB value is (213,104,204).
#d568cc hex color red value is 213, green value is 104 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d568cc hue: 0.85 , saturation: 0.56 and the lightness value of d568cc is 0.62.
The process color (four color CMYK) of #d568cc color hex is 0.00, 0.51, 0.04, 0.16. Web safe color of #d568cc is #cc66cc. Color #d568cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01101000 | 11001100 |
Octal | 325 | 150 | 314 |
Decimal | 213 | 104 | 204 |
Hex | D5 | 68 | CC |
Shades of #d568cc
Tints of #d568cc
RGB Percentages of Color #d568cc
CMYK Percentages of Color #d568cc
Complementary Color
#d568cc | #68d571 |
#d568cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d568cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d568cc Color CSS Codes
.mybgcolor {background-color:#d568cc; } .myforecolor {color:#d568cc; } .mybordercolor {border:3px solid #d568cc; }
#d568cc Text Font Color
<p style="color:#d568cc">Text here</p>
This sample text font color is #d568cc
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.
#d568cc Background Color
<div style="background-color:#d568cc">
Div content here</div>
This div background color is #d568cc
#d568cc Border Color
<div style="border:3px solid #d568cc">
Div here</div>
This div border color is #d568cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,104,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d568cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d568cc; -webkit-box-shadow: 1px 1px 3px 2px #d568cc; box-shadow: 1px 1px 3px 2px #d568cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,104,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d568cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d568cc; -webkit-box-shadow: 1px 1px 3px 2px #d568cc; box-shadow: 1px 1px 3px 2px #d568cc;">
Div content here</div>
This div box has shadow with color #d568cc
Comments
No comments written yet.
Please login to write comment.