Color spaces of #f173cc
RGB | 241 | 115 | 204 |
---|---|---|---|
HSL | 0.88 | 0.82 | 0.70 |
HSV | 318° | 52° | 95° |
CMYK | 0.00 | 0.52 | 0.15 0.05 |
XYZ | 53.3054 | 35.3219 | 61.1350 |
Yxy | 35.3219 | 0.3559 | 0.2359 |
Hunter Lab | 59.4322 | 56.0921 | -19.3861 |
CIE-Lab | 65.9985 | 58.8906 | -23.6192 |
#f173cc color RGB value is (241,115,204).
#f173cc hex color red value is 241, green value is 115 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f173cc hue: 0.88 , saturation: 0.82 and the lightness value of f173cc is 0.70.
The process color (four color CMYK) of #f173cc color hex is 0.00, 0.52, 0.15, 0.05. Web safe color of #f173cc is #ff66cc. Color #f173cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 01110011 | 11001100 |
Octal | 361 | 163 | 314 |
Decimal | 241 | 115 | 204 |
Hex | F1 | 73 | CC |
Shades of #f173cc
Tints of #f173cc
RGB Percentages of Color #f173cc
CMYK Percentages of Color #f173cc
Complementary Color
#f173cc | #73f198 |
#f173cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f173cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f173cc Color CSS Codes
.mybgcolor {background-color:#f173cc; } .myforecolor {color:#f173cc; } .mybordercolor {border:3px solid #f173cc; }
#f173cc Text Font Color
<p style="color:#f173cc">Text here</p>
This sample text font color is #f173cc
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.
#f173cc Background Color
<div style="background-color:#f173cc">
Div content here</div>
This div background color is #f173cc
#f173cc Border Color
<div style="border:3px solid #f173cc">
Div here</div>
This div border color is #f173cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,115,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f173cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f173cc; -webkit-box-shadow: 1px 1px 3px 2px #f173cc; box-shadow: 1px 1px 3px 2px #f173cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,115,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f173cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f173cc; -webkit-box-shadow: 1px 1px 3px 2px #f173cc; box-shadow: 1px 1px 3px 2px #f173cc;">
Div content here</div>
This div box has shadow with color #f173cc
Comments
No comments written yet.
Please login to write comment.