Color spaces of #d67dfe
RGB | 214 | 125 | 254 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.74 |
HSV | 281° | 51° | 100° |
CMYK | 0.16 | 0.51 | 0.00 0.00 |
XYZ | 52.9546 | 36.1191 | 97.9466 |
Yxy | 36.1191 | 0.2831 | 0.1931 |
Hunter Lab | 60.0992 | 52.1064 | -54.5584 |
CIE-Lab | 66.6108 | 55.3449 | -50.6338 |
#d67dfe color RGB value is (214,125,254).
#d67dfe hex color red value is 214, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d67dfe hue: 0.78 , saturation: 0.98 and the lightness value of d67dfe is 0.74.
The process color (four color CMYK) of #d67dfe color hex is 0.16, 0.51, 0.00, 0.00. Web safe color of #d67dfe is #cc66ff. Color #d67dfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01111101 | 11111110 |
Octal | 326 | 175 | 376 |
Decimal | 214 | 125 | 254 |
Hex | D6 | 7D | FE |
Shades of #d67dfe
Tints of #d67dfe
RGB Percentages of Color #d67dfe
CMYK Percentages of Color #d67dfe
Complementary Color
#d67dfe | #a5fe7d |
#d67dfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d67dfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d67dfe Color CSS Codes
.mybgcolor {background-color:#d67dfe; } .myforecolor {color:#d67dfe; } .mybordercolor {border:3px solid #d67dfe; }
#d67dfe Text Font Color
<p style="color:#d67dfe">Text here</p>
This sample text font color is #d67dfe
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.
#d67dfe Background Color
<div style="background-color:#d67dfe">
Div content here</div>
This div background color is #d67dfe
#d67dfe Border Color
<div style="border:3px solid #d67dfe">
Div here</div>
This div border color is #d67dfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,125,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d67dfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d67dfe; -webkit-box-shadow: 1px 1px 3px 2px #d67dfe; box-shadow: 1px 1px 3px 2px #d67dfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,125,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 #d67dfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d67dfe; -webkit-box-shadow: 1px 1px 3px 2px #d67dfe; box-shadow: 1px 1px 3px 2px #d67dfe;">
Div content here</div>
This div box has shadow with color #d67dfe
Comments
No comments written yet.
Please login to write comment.