Color spaces of #c259fb
RGB | 194 | 89 | 251 |
---|---|---|---|
HSL | 0.77 | 0.95 | 0.67 |
HSV | 279° | 65° | 98° |
CMYK | 0.23 | 0.65 | 0.00 0.02 |
XYZ | 43.2331 | 25.5791 | 93.9254 |
Yxy | 25.5791 | 0.2657 | 0.1572 |
Hunter Lab | 50.5758 | 64.0774 | -74.7057 |
CIE-Lab | 57.6354 | 67.1354 | -63.4296 |
#c259fb color RGB value is (194,89,251).
#c259fb hex color red value is 194, green value is 89 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c259fb hue: 0.77 , saturation: 0.95 and the lightness value of c259fb is 0.67.
The process color (four color CMYK) of #c259fb color hex is 0.23, 0.65, 0.00, 0.02. Web safe color of #c259fb is #cc66ff. Color #c259fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01011001 | 11111011 |
Octal | 302 | 131 | 373 |
Decimal | 194 | 89 | 251 |
Hex | C2 | 59 | FB |
Shades of #c259fb
Tints of #c259fb
RGB Percentages of Color #c259fb
CMYK Percentages of Color #c259fb
Complementary Color
#c259fb | #92fb59 |
#c259fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c259fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c259fb Color CSS Codes
.mybgcolor {background-color:#c259fb; } .myforecolor {color:#c259fb; } .mybordercolor {border:3px solid #c259fb; }
#c259fb Text Font Color
<p style="color:#c259fb">Text here</p>
This sample text font color is #c259fb
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.
#c259fb Background Color
<div style="background-color:#c259fb">
Div content here</div>
This div background color is #c259fb
#c259fb Border Color
<div style="border:3px solid #c259fb">
Div here</div>
This div border color is #c259fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,89,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c259fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c259fb; -webkit-box-shadow: 1px 1px 3px 2px #c259fb; box-shadow: 1px 1px 3px 2px #c259fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,89,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 #c259fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c259fb; -webkit-box-shadow: 1px 1px 3px 2px #c259fb; box-shadow: 1px 1px 3px 2px #c259fb;">
Div content here</div>
This div box has shadow with color #c259fb
Comments
No comments written yet.
Please login to write comment.