Color spaces of #f595dc
RGB | 245 | 149 | 220 |
---|---|---|---|
HSL | 0.88 | 0.83 | 0.77 |
HSV | 316° | 39° | 96° |
CMYK | 0.00 | 0.39 | 0.10 0.04 |
XYZ | 61.3219 | 46.0747 | 73.3714 |
Yxy | 46.0747 | 0.3392 | 0.2549 |
Hunter Lab | 67.8783 | 42.4714 | -16.5732 |
CIE-Lab | 73.5940 | 45.8641 | -20.8695 |
#f595dc color RGB value is (245,149,220).
#f595dc hex color red value is 245, green value is 149 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f595dc hue: 0.88 , saturation: 0.83 and the lightness value of f595dc is 0.77.
The process color (four color CMYK) of #f595dc color hex is 0.00, 0.39, 0.10, 0.04. Web safe color of #f595dc is #ff99cc. Color #f595dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10010101 | 11011100 |
Octal | 365 | 225 | 334 |
Decimal | 245 | 149 | 220 |
Hex | F5 | 95 | DC |
Shades of #f595dc
Tints of #f595dc
RGB Percentages of Color #f595dc
CMYK Percentages of Color #f595dc
Complementary Color
#f595dc | #95f5ae |
#f595dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f595dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f595dc Color CSS Codes
.mybgcolor {background-color:#f595dc; } .myforecolor {color:#f595dc; } .mybordercolor {border:3px solid #f595dc; }
#f595dc Text Font Color
<p style="color:#f595dc">Text here</p>
This sample text font color is #f595dc
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.
#f595dc Background Color
<div style="background-color:#f595dc">
Div content here</div>
This div background color is #f595dc
#f595dc Border Color
<div style="border:3px solid #f595dc">
Div here</div>
This div border color is #f595dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,149,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f595dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f595dc; -webkit-box-shadow: 1px 1px 3px 2px #f595dc; box-shadow: 1px 1px 3px 2px #f595dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,149,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 #f595dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f595dc; -webkit-box-shadow: 1px 1px 3px 2px #f595dc; box-shadow: 1px 1px 3px 2px #f595dc;">
Div content here</div>
This div box has shadow with color #f595dc
Comments
No comments written yet.
Please login to write comment.