Color spaces of #f26ecd
RGB | 242 | 110 | 205 |
---|---|---|---|
HSL | 0.88 | 0.84 | 0.69 |
HSV | 317° | 55° | 95° |
CMYK | 0.00 | 0.55 | 0.15 0.05 |
XYZ | 53.2133 | 34.4369 | 61.5999 |
Yxy | 34.4369 | 0.3565 | 0.2307 |
Hunter Lab | 58.6830 | 59.1674 | -21.1590 |
CIE-Lab | 65.3079 | 61.6299 | -25.2271 |
#f26ecd color RGB value is (242,110,205).
#f26ecd hex color red value is 242, green value is 110 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f26ecd hue: 0.88 , saturation: 0.84 and the lightness value of f26ecd is 0.69.
The process color (four color CMYK) of #f26ecd color hex is 0.00, 0.55, 0.15, 0.05. Web safe color of #f26ecd is #ff66cc. Color #f26ecd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01101110 | 11001101 |
Octal | 362 | 156 | 315 |
Decimal | 242 | 110 | 205 |
Hex | F2 | 6E | CD |
Shades of #f26ecd
Tints of #f26ecd
RGB Percentages of Color #f26ecd
CMYK Percentages of Color #f26ecd
Complementary Color
#f26ecd | #6ef293 |
#f26ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f26ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f26ecd Color CSS Codes
.mybgcolor {background-color:#f26ecd; } .myforecolor {color:#f26ecd; } .mybordercolor {border:3px solid #f26ecd; }
#f26ecd Text Font Color
<p style="color:#f26ecd">Text here</p>
This sample text font color is #f26ecd
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.
#f26ecd Background Color
<div style="background-color:#f26ecd">
Div content here</div>
This div background color is #f26ecd
#f26ecd Border Color
<div style="border:3px solid #f26ecd">
Div here</div>
This div border color is #f26ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,110,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f26ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f26ecd; -webkit-box-shadow: 1px 1px 3px 2px #f26ecd; box-shadow: 1px 1px 3px 2px #f26ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,110,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f26ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f26ecd; -webkit-box-shadow: 1px 1px 3px 2px #f26ecd; box-shadow: 1px 1px 3px 2px #f26ecd;">
Div content here</div>
This div box has shadow with color #f26ecd
Comments
No comments written yet.
Please login to write comment.