Color spaces of #d872ea
RGB | 216 | 114 | 234 |
---|---|---|---|
HSL | 0.81 | 0.74 | 0.68 |
HSV | 291° | 51° | 92° |
CMYK | 0.08 | 0.51 | 0.00 0.08 |
XYZ | 49.1875 | 32.5741 | 81.5369 |
Yxy | 32.5741 | 0.3012 | 0.1995 |
Hunter Lab | 57.0737 | 53.9565 | -44.7515 |
CIE-Lab | 63.8146 | 57.4008 | -44.0077 |
#d872ea color RGB value is (216,114,234).
#d872ea hex color red value is 216, green value is 114 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d872ea hue: 0.81 , saturation: 0.74 and the lightness value of d872ea is 0.68.
The process color (four color CMYK) of #d872ea color hex is 0.08, 0.51, 0.00, 0.08. Web safe color of #d872ea is #cc66ff. Color #d872ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 01110010 | 11101010 |
Octal | 330 | 162 | 352 |
Decimal | 216 | 114 | 234 |
Hex | D8 | 72 | EA |
Shades of #d872ea
Tints of #d872ea
RGB Percentages of Color #d872ea
CMYK Percentages of Color #d872ea
Complementary Color
#d872ea | #84ea72 |
#d872ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d872ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d872ea Color CSS Codes
.mybgcolor {background-color:#d872ea; } .myforecolor {color:#d872ea; } .mybordercolor {border:3px solid #d872ea; }
#d872ea Text Font Color
<p style="color:#d872ea">Text here</p>
This sample text font color is #d872ea
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.
#d872ea Background Color
<div style="background-color:#d872ea">
Div content here</div>
This div background color is #d872ea
#d872ea Border Color
<div style="border:3px solid #d872ea">
Div here</div>
This div border color is #d872ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,114,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d872ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d872ea; -webkit-box-shadow: 1px 1px 3px 2px #d872ea; box-shadow: 1px 1px 3px 2px #d872ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,114,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d872ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d872ea; -webkit-box-shadow: 1px 1px 3px 2px #d872ea; box-shadow: 1px 1px 3px 2px #d872ea;">
Div content here</div>
This div box has shadow with color #d872ea
Comments
No comments written yet.
Please login to write comment.