Color spaces of #d893fe
RGB | 216 | 147 | 254 |
---|---|---|---|
HSL | 0.77 | 0.98 | 0.79 |
HSV | 279° | 42° | 100° |
CMYK | 0.15 | 0.42 | 0.00 0.00 |
XYZ | 56.6420 | 42.6221 | 99.0075 |
Yxy | 42.6221 | 0.2857 | 0.2150 |
Hunter Lab | 65.2856 | 40.6174 | -44.2151 |
CIE-Lab | 71.2977 | 44.4789 | -43.2475 |
#d893fe color RGB value is (216,147,254).
#d893fe hex color red value is 216, green value is 147 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d893fe hue: 0.77 , saturation: 0.98 and the lightness value of d893fe is 0.79.
The process color (four color CMYK) of #d893fe color hex is 0.15, 0.42, 0.00, 0.00. Web safe color of #d893fe is #cc99ff. Color #d893fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10010011 | 11111110 |
Octal | 330 | 223 | 376 |
Decimal | 216 | 147 | 254 |
Hex | D8 | 93 | FE |
Shades of #d893fe
Tints of #d893fe
RGB Percentages of Color #d893fe
CMYK Percentages of Color #d893fe
Complementary Color
#d893fe | #b9fe93 |
#d893fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d893fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d893fe Color CSS Codes
.mybgcolor {background-color:#d893fe; } .myforecolor {color:#d893fe; } .mybordercolor {border:3px solid #d893fe; }
#d893fe Text Font Color
<p style="color:#d893fe">Text here</p>
This sample text font color is #d893fe
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.
#d893fe Background Color
<div style="background-color:#d893fe">
Div content here</div>
This div background color is #d893fe
#d893fe Border Color
<div style="border:3px solid #d893fe">
Div here</div>
This div border color is #d893fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,147,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d893fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d893fe; -webkit-box-shadow: 1px 1px 3px 2px #d893fe; box-shadow: 1px 1px 3px 2px #d893fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,147,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 #d893fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d893fe; -webkit-box-shadow: 1px 1px 3px 2px #d893fe; box-shadow: 1px 1px 3px 2px #d893fe;">
Div content here</div>
This div box has shadow with color #d893fe
Comments
No comments written yet.
Please login to write comment.