Color spaces of #c494fb
RGB | 196 | 148 | 251 |
---|---|---|---|
HSL | 0.74 | 0.93 | 0.78 |
HSV | 268° | 41° | 98° |
CMYK | 0.22 | 0.41 | 0.00 0.02 |
XYZ | 50.7674 | 39.8806 | 96.2888 |
Yxy | 39.8806 | 0.2716 | 0.2133 |
Hunter Lab | 63.1511 | 32.9824 | -46.1959 |
CIE-Lab | 69.3844 | 37.6456 | -44.7563 |
#c494fb color RGB value is (196,148,251).
#c494fb hex color red value is 196, green value is 148 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c494fb hue: 0.74 , saturation: 0.93 and the lightness value of c494fb is 0.78.
The process color (four color CMYK) of #c494fb color hex is 0.22, 0.41, 0.00, 0.02. Web safe color of #c494fb is #cc99ff. Color #c494fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10010100 | 11111011 |
Octal | 304 | 224 | 373 |
Decimal | 196 | 148 | 251 |
Hex | C4 | 94 | FB |
Shades of #c494fb
Tints of #c494fb
RGB Percentages of Color #c494fb
CMYK Percentages of Color #c494fb
Complementary Color
#c494fb | #cbfb94 |
#c494fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c494fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c494fb Color CSS Codes
.mybgcolor {background-color:#c494fb; } .myforecolor {color:#c494fb; } .mybordercolor {border:3px solid #c494fb; }
#c494fb Text Font Color
<p style="color:#c494fb">Text here</p>
This sample text font color is #c494fb
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.
#c494fb Background Color
<div style="background-color:#c494fb">
Div content here</div>
This div background color is #c494fb
#c494fb Border Color
<div style="border:3px solid #c494fb">
Div here</div>
This div border color is #c494fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,148,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c494fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c494fb; -webkit-box-shadow: 1px 1px 3px 2px #c494fb; box-shadow: 1px 1px 3px 2px #c494fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,148,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c494fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c494fb; -webkit-box-shadow: 1px 1px 3px 2px #c494fb; box-shadow: 1px 1px 3px 2px #c494fb;">
Div content here</div>
This div box has shadow with color #c494fb
Comments
No comments written yet.
Please login to write comment.