Color spaces of #fd7adc
RGB | 253 | 122 | 220 |
---|---|---|---|
HSL | 0.88 | 0.97 | 0.74 |
HSV | 315° | 52° | 99° |
CMYK | 0.00 | 0.52 | 0.13 0.01 |
XYZ | 60.3858 | 39.9690 | 72.2423 |
Yxy | 39.9690 | 0.3499 | 0.2316 |
Hunter Lab | 63.2210 | 59.8581 | -23.4956 |
CIE-Lab | 69.4474 | 61.5274 | -27.1146 |
#fd7adc color RGB value is (253,122,220).
#fd7adc hex color red value is 253, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fd7adc hue: 0.88 , saturation: 0.97 and the lightness value of fd7adc is 0.74.
The process color (four color CMYK) of #fd7adc color hex is 0.00, 0.52, 0.13, 0.01. Web safe color of #fd7adc is #ff66cc. Color #fd7adc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01111010 | 11011100 |
Octal | 375 | 172 | 334 |
Decimal | 253 | 122 | 220 |
Hex | FD | 7A | DC |
Shades of #fd7adc
Tints of #fd7adc
RGB Percentages of Color #fd7adc
CMYK Percentages of Color #fd7adc
Complementary Color
#fd7adc | #7afd9b |
#fd7adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd7adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd7adc Color CSS Codes
.mybgcolor {background-color:#fd7adc; } .myforecolor {color:#fd7adc; } .mybordercolor {border:3px solid #fd7adc; }
#fd7adc Text Font Color
<p style="color:#fd7adc">Text here</p>
This sample text font color is #fd7adc
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.
#fd7adc Background Color
<div style="background-color:#fd7adc">
Div content here</div>
This div background color is #fd7adc
#fd7adc Border Color
<div style="border:3px solid #fd7adc">
Div here</div>
This div border color is #fd7adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,122,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd7adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd7adc; -webkit-box-shadow: 1px 1px 3px 2px #fd7adc; box-shadow: 1px 1px 3px 2px #fd7adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,122,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd7adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd7adc; -webkit-box-shadow: 1px 1px 3px 2px #fd7adc; box-shadow: 1px 1px 3px 2px #fd7adc;">
Div content here</div>
This div box has shadow with color #fd7adc
Comments
No comments written yet.
Please login to write comment.