Color spaces of #d542ff
RGB | 213 | 66 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.63 |
HSV | 287° | 74° | 100° |
CMYK | 0.16 | 0.74 | 0.00 0.00 |
XYZ | 47.4388 | 25.2626 | 96.9836 |
Yxy | 25.2626 | 0.2796 | 0.1489 |
Hunter Lab | 50.2619 | 80.5157 | -79.2205 |
CIE-Lab | 57.3304 | 80.5351 | -65.9997 |
#d542ff color RGB value is (213,66,255).
#d542ff hex color red value is 213, green value is 66 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d542ff hue: 0.80 , saturation: 1.00 and the lightness value of d542ff is 0.63.
The process color (four color CMYK) of #d542ff color hex is 0.16, 0.74, 0.00, 0.00. Web safe color of #d542ff is #cc33ff. Color #d542ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01000010 | 11111111 |
Octal | 325 | 102 | 377 |
Decimal | 213 | 66 | 255 |
Hex | D5 | 42 | FF |
Shades of #d542ff
Tints of #d542ff
RGB Percentages of Color #d542ff
CMYK Percentages of Color #d542ff
Complementary Color
#d542ff | #6cff42 |
#d542ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d542ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d542ff Color CSS Codes
.mybgcolor {background-color:#d542ff; } .myforecolor {color:#d542ff; } .mybordercolor {border:3px solid #d542ff; }
#d542ff Text Font Color
<p style="color:#d542ff">Text here</p>
This sample text font color is #d542ff
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.
#d542ff Background Color
<div style="background-color:#d542ff">
Div content here</div>
This div background color is #d542ff
#d542ff Border Color
<div style="border:3px solid #d542ff">
Div here</div>
This div border color is #d542ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,66,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d542ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d542ff; -webkit-box-shadow: 1px 1px 3px 2px #d542ff; box-shadow: 1px 1px 3px 2px #d542ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,66,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d542ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d542ff; -webkit-box-shadow: 1px 1px 3px 2px #d542ff; box-shadow: 1px 1px 3px 2px #d542ff;">
Div content here</div>
This div box has shadow with color #d542ff
Comments
No comments written yet.
Please login to write comment.