Color spaces of #d682fe
RGB | 214 | 130 | 254 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.75 |
HSV | 281° | 49° | 100° |
CMYK | 0.16 | 0.49 | 0.00 0.00 |
XYZ | 53.6036 | 37.4172 | 98.1629 |
Yxy | 37.4172 | 0.2833 | 0.1978 |
Hunter Lab | 61.1696 | 49.3747 | -52.3279 |
CIE-Lab | 67.5889 | 52.8032 | -49.0896 |
#d682fe color RGB value is (214,130,254).
#d682fe hex color red value is 214, green value is 130 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d682fe hue: 0.78 , saturation: 0.98 and the lightness value of d682fe is 0.75.
The process color (four color CMYK) of #d682fe color hex is 0.16, 0.49, 0.00, 0.00. Web safe color of #d682fe is #cc99ff. Color #d682fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10000010 | 11111110 |
Octal | 326 | 202 | 376 |
Decimal | 214 | 130 | 254 |
Hex | D6 | 82 | FE |
Shades of #d682fe
Tints of #d682fe
RGB Percentages of Color #d682fe
CMYK Percentages of Color #d682fe
Complementary Color
#d682fe | #aafe82 |
#d682fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d682fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d682fe Color CSS Codes
.mybgcolor {background-color:#d682fe; } .myforecolor {color:#d682fe; } .mybordercolor {border:3px solid #d682fe; }
#d682fe Text Font Color
<p style="color:#d682fe">Text here</p>
This sample text font color is #d682fe
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.
#d682fe Background Color
<div style="background-color:#d682fe">
Div content here</div>
This div background color is #d682fe
#d682fe Border Color
<div style="border:3px solid #d682fe">
Div here</div>
This div border color is #d682fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,130,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d682fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d682fe; -webkit-box-shadow: 1px 1px 3px 2px #d682fe; box-shadow: 1px 1px 3px 2px #d682fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,130,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 #d682fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d682fe; -webkit-box-shadow: 1px 1px 3px 2px #d682fe; box-shadow: 1px 1px 3px 2px #d682fe;">
Div content here</div>
This div box has shadow with color #d682fe
Comments
No comments written yet.
Please login to write comment.