Color spaces of #d568e1
RGB | 213 | 104 | 225 |
---|---|---|---|
HSL | 0.82 | 0.67 | 0.65 |
HSV | 294° | 54° | 88° |
CMYK | 0.05 | 0.54 | 0.00 0.12 |
XYZ | 45.9815 | 29.4830 | 74.5015 |
Yxy | 29.4830 | 0.3066 | 0.1966 |
Hunter Lab | 54.2983 | 56.1376 | -43.3418 |
CIE-Lab | 61.2056 | 59.7282 | -43.1245 |
#d568e1 color RGB value is (213,104,225).
#d568e1 hex color red value is 213, green value is 104 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d568e1 hue: 0.82 , saturation: 0.67 and the lightness value of d568e1 is 0.65.
The process color (four color CMYK) of #d568e1 color hex is 0.05, 0.54, 0.00, 0.12. Web safe color of #d568e1 is #cc66cc. Color #d568e1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01101000 | 11100001 |
Octal | 325 | 150 | 341 |
Decimal | 213 | 104 | 225 |
Hex | D5 | 68 | E1 |
Shades of #d568e1
Tints of #d568e1
RGB Percentages of Color #d568e1
CMYK Percentages of Color #d568e1
Complementary Color
#d568e1 | #74e168 |
#d568e1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d568e1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d568e1 Color CSS Codes
.mybgcolor {background-color:#d568e1; } .myforecolor {color:#d568e1; } .mybordercolor {border:3px solid #d568e1; }
#d568e1 Text Font Color
<p style="color:#d568e1">Text here</p>
This sample text font color is #d568e1
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.
#d568e1 Background Color
<div style="background-color:#d568e1">
Div content here</div>
This div background color is #d568e1
#d568e1 Border Color
<div style="border:3px solid #d568e1">
Div here</div>
This div border color is #d568e1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,104,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d568e1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d568e1; -webkit-box-shadow: 1px 1px 3px 2px #d568e1; box-shadow: 1px 1px 3px 2px #d568e1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,104,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d568e1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d568e1; -webkit-box-shadow: 1px 1px 3px 2px #d568e1; box-shadow: 1px 1px 3px 2px #d568e1;">
Div content here</div>
This div box has shadow with color #d568e1
Comments
No comments written yet.
Please login to write comment.