Color spaces of #d77fec
RGB | 215 | 127 | 236 |
---|---|---|---|
HSL | 0.80 | 0.74 | 0.71 |
HSV | 288° | 46° | 93° |
CMYK | 0.09 | 0.46 | 0.00 0.07 |
XYZ | 50.7540 | 35.6819 | 83.5692 |
Yxy | 35.6819 | 0.2985 | 0.2099 |
Hunter Lab | 59.7343 | 47.1296 | -41.1335 |
CIE-Lab | 66.2762 | 51.0075 | -41.2602 |
#d77fec color RGB value is (215,127,236).
#d77fec hex color red value is 215, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d77fec hue: 0.80 , saturation: 0.74 and the lightness value of d77fec is 0.71.
The process color (four color CMYK) of #d77fec color hex is 0.09, 0.46, 0.00, 0.07. Web safe color of #d77fec is #cc66ff. Color #d77fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01111111 | 11101100 |
Octal | 327 | 177 | 354 |
Decimal | 215 | 127 | 236 |
Hex | D7 | 7F | EC |
Shades of #d77fec
Tints of #d77fec
RGB Percentages of Color #d77fec
CMYK Percentages of Color #d77fec
Complementary Color
#d77fec | #94ec7f |
#d77fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d77fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#d77fec Color CSS Codes
.mybgcolor {background-color:#d77fec; } .myforecolor {color:#d77fec; } .mybordercolor {border:3px solid #d77fec; }
#d77fec Text Font Color
<p style="color:#d77fec">Text here</p>
This sample text font color is #d77fec
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.
#d77fec Background Color
<div style="background-color:#d77fec">
Div content here</div>
This div background color is #d77fec
#d77fec Border Color
<div style="border:3px solid #d77fec">
Div here</div>
This div border color is #d77fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,127,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d77fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d77fec; -webkit-box-shadow: 1px 1px 3px 2px #d77fec; box-shadow: 1px 1px 3px 2px #d77fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,127,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d77fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d77fec; -webkit-box-shadow: 1px 1px 3px 2px #d77fec; box-shadow: 1px 1px 3px 2px #d77fec;">
Div content here</div>
This div box has shadow with color #d77fec
Comments
No comments written yet.
Please login to write comment.