Color spaces of #d74feb
RGB | 215 | 79 | 235 |
---|---|---|---|
HSL | 0.81 | 0.80 | 0.62 |
HSV | 292° | 66° | 92° |
CMYK | 0.09 | 0.66 | 0.00 0.08 |
XYZ | 45.8157 | 26.0372 | 81.2082 |
Yxy | 26.0372 | 0.2993 | 0.1701 |
Hunter Lab | 51.0267 | 70.9745 | -58.6405 |
CIE-Lab | 58.0723 | 72.7611 | -53.6637 |
#d74feb color RGB value is (215,79,235).
#d74feb hex color red value is 215, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d74feb hue: 0.81 , saturation: 0.80 and the lightness value of d74feb is 0.62.
The process color (four color CMYK) of #d74feb color hex is 0.09, 0.66, 0.00, 0.08. Web safe color of #d74feb is #cc66ff. Color #d74feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01001111 | 11101011 |
Octal | 327 | 117 | 353 |
Decimal | 215 | 79 | 235 |
Hex | D7 | 4F | EB |
Shades of #d74feb
Tints of #d74feb
RGB Percentages of Color #d74feb
CMYK Percentages of Color #d74feb
Complementary Color
#d74feb | #63eb4f |
#d74feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d74feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d74feb Color CSS Codes
.mybgcolor {background-color:#d74feb; } .myforecolor {color:#d74feb; } .mybordercolor {border:3px solid #d74feb; }
#d74feb Text Font Color
<p style="color:#d74feb">Text here</p>
This sample text font color is #d74feb
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.
#d74feb Background Color
<div style="background-color:#d74feb">
Div content here</div>
This div background color is #d74feb
#d74feb Border Color
<div style="border:3px solid #d74feb">
Div here</div>
This div border color is #d74feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,79,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d74feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d74feb; -webkit-box-shadow: 1px 1px 3px 2px #d74feb; box-shadow: 1px 1px 3px 2px #d74feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,79,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d74feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d74feb; -webkit-box-shadow: 1px 1px 3px 2px #d74feb; box-shadow: 1px 1px 3px 2px #d74feb;">
Div content here</div>
This div box has shadow with color #d74feb
Comments
No comments written yet.
Please login to write comment.