Color spaces of #d385fe
RGB | 211 | 133 | 254 |
---|---|---|---|
HSL | 0.77 | 0.98 | 0.76 |
HSV | 279° | 48° | 100° |
CMYK | 0.17 | 0.48 | 0.00 0.00 |
XYZ | 53.1409 | 37.7797 | 98.2573 |
Yxy | 37.7797 | 0.2809 | 0.1997 |
Hunter Lab | 61.4652 | 46.7615 | -51.7544 |
CIE-Lab | 67.8579 | 50.4513 | -48.6876 |
#d385fe color RGB value is (211,133,254).
#d385fe hex color red value is 211, green value is 133 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d385fe hue: 0.77 , saturation: 0.98 and the lightness value of d385fe is 0.76.
The process color (four color CMYK) of #d385fe color hex is 0.17, 0.48, 0.00, 0.00. Web safe color of #d385fe is #cc99ff. Color #d385fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10000101 | 11111110 |
Octal | 323 | 205 | 376 |
Decimal | 211 | 133 | 254 |
Hex | D3 | 85 | FE |
Shades of #d385fe
Tints of #d385fe
RGB Percentages of Color #d385fe
CMYK Percentages of Color #d385fe
Complementary Color
#d385fe | #b0fe85 |
#d385fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d385fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d385fe Color CSS Codes
.mybgcolor {background-color:#d385fe; } .myforecolor {color:#d385fe; } .mybordercolor {border:3px solid #d385fe; }
#d385fe Text Font Color
<p style="color:#d385fe">Text here</p>
This sample text font color is #d385fe
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.
#d385fe Background Color
<div style="background-color:#d385fe">
Div content here</div>
This div background color is #d385fe
#d385fe Border Color
<div style="border:3px solid #d385fe">
Div here</div>
This div border color is #d385fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,133,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d385fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d385fe; -webkit-box-shadow: 1px 1px 3px 2px #d385fe; box-shadow: 1px 1px 3px 2px #d385fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,133,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d385fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d385fe; -webkit-box-shadow: 1px 1px 3px 2px #d385fe; box-shadow: 1px 1px 3px 2px #d385fe;">
Div content here</div>
This div box has shadow with color #d385fe
Comments
No comments written yet.
Please login to write comment.