Color spaces of #d390ea
RGB | 211 | 144 | 234 |
---|---|---|---|
HSL | 0.79 | 0.68 | 0.74 |
HSV | 285° | 38° | 92° |
CMYK | 0.10 | 0.38 | 0.00 0.08 |
XYZ | 51.6885 | 39.7359 | 82.7874 |
Yxy | 39.7359 | 0.2967 | 0.2281 |
Hunter Lab | 63.0364 | 36.0524 | -33.7416 |
CIE-Lab | 69.2810 | 40.5300 | -35.5066 |
#d390ea color RGB value is (211,144,234).
#d390ea hex color red value is 211, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d390ea hue: 0.79 , saturation: 0.68 and the lightness value of d390ea is 0.74.
The process color (four color CMYK) of #d390ea color hex is 0.10, 0.38, 0.00, 0.08. Web safe color of #d390ea is #cc99ff. Color #d390ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10010000 | 11101010 |
Octal | 323 | 220 | 352 |
Decimal | 211 | 144 | 234 |
Hex | D3 | 90 | EA |
Shades of #d390ea
Tints of #d390ea
RGB Percentages of Color #d390ea
CMYK Percentages of Color #d390ea
Complementary Color
#d390ea | #a7ea90 |
#d390ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d390ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d390ea Color CSS Codes
.mybgcolor {background-color:#d390ea; } .myforecolor {color:#d390ea; } .mybordercolor {border:3px solid #d390ea; }
#d390ea Text Font Color
<p style="color:#d390ea">Text here</p>
This sample text font color is #d390ea
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.
#d390ea Background Color
<div style="background-color:#d390ea">
Div content here</div>
This div background color is #d390ea
#d390ea Border Color
<div style="border:3px solid #d390ea">
Div here</div>
This div border color is #d390ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,144,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d390ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d390ea; -webkit-box-shadow: 1px 1px 3px 2px #d390ea; box-shadow: 1px 1px 3px 2px #d390ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,144,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 #d390ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d390ea; -webkit-box-shadow: 1px 1px 3px 2px #d390ea; box-shadow: 1px 1px 3px 2px #d390ea;">
Div content here</div>
This div box has shadow with color #d390ea
Comments
No comments written yet.
Please login to write comment.