Color spaces of #f370ad
RGB | 243 | 112 | 173 |
---|---|---|---|
HSL | 0.92 | 0.85 | 0.70 |
HSV | 332° | 54° | 95° |
CMYK | 0.00 | 0.54 | 0.29 0.05 |
XYZ | 50.2991 | 33.6602 | 43.3812 |
Yxy | 33.6602 | 0.3950 | 0.2643 |
Hunter Lab | 58.0174 | 53.2229 | -3.7206 |
CIE-Lab | 64.6920 | 56.6204 | -8.0430 |
#f370ad color RGB value is (243,112,173).
#f370ad hex color red value is 243, green value is 112 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f370ad hue: 0.92 , saturation: 0.85 and the lightness value of f370ad is 0.70.
The process color (four color CMYK) of #f370ad color hex is 0.00, 0.54, 0.29, 0.05. Web safe color of #f370ad is #ff6699. Color #f370ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 01110000 | 10101101 |
Octal | 363 | 160 | 255 |
Decimal | 243 | 112 | 173 |
Hex | F3 | 70 | AD |
Shades of #f370ad
Tints of #f370ad
RGB Percentages of Color #f370ad
CMYK Percentages of Color #f370ad
Complementary Color
#f370ad | #70f3b6 |
#f370ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f370ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#f370ad Color CSS Codes
.mybgcolor {background-color:#f370ad; } .myforecolor {color:#f370ad; } .mybordercolor {border:3px solid #f370ad; }
#f370ad Text Font Color
<p style="color:#f370ad">Text here</p>
This sample text font color is #f370ad
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.
#f370ad Background Color
<div style="background-color:#f370ad">
Div content here</div>
This div background color is #f370ad
#f370ad Border Color
<div style="border:3px solid #f370ad">
Div here</div>
This div border color is #f370ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,112,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f370ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f370ad; -webkit-box-shadow: 1px 1px 3px 2px #f370ad; box-shadow: 1px 1px 3px 2px #f370ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,112,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f370ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f370ad; -webkit-box-shadow: 1px 1px 3px 2px #f370ad; box-shadow: 1px 1px 3px 2px #f370ad;">
Div content here</div>
This div box has shadow with color #f370ad
Comments
No comments written yet.
Please login to write comment.