Color spaces of #c702fb
RGB | 199 | 2 | 251 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.50 |
HSV | 287° | 99° | 98° |
CMYK | 0.21 | 0.99 | 0.00 0.02 |
XYZ | 40.9875 | 19.1506 | 92.8029 |
Yxy | 19.1506 | 0.2680 | 0.1252 |
Hunter Lab | 43.7614 | 90.6030 | -95.1008 |
CIE-Lab | 50.8629 | 89.5505 | -74.3448 |
#c702fb color RGB value is (199,2,251).
#c702fb hex color red value is 199, green value is 2 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c702fb hue: 0.80 , saturation: 0.98 and the lightness value of c702fb is 0.50.
The process color (four color CMYK) of #c702fb color hex is 0.21, 0.99, 0.00, 0.02. Web safe color of #c702fb is #cc00ff. Color #c702fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00000010 | 11111011 |
Octal | 307 | 2 | 373 |
Decimal | 199 | 2 | 251 |
Hex | C7 | 2 | FB |
Shades of #c702fb
Tints of #c702fb
RGB Percentages of Color #c702fb
CMYK Percentages of Color #c702fb
Complementary Color
#c702fb | #36fb02 |
#c702fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c702fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c702fb Color CSS Codes
.mybgcolor {background-color:#c702fb; } .myforecolor {color:#c702fb; } .mybordercolor {border:3px solid #c702fb; }
#c702fb Text Font Color
<p style="color:#c702fb">Text here</p>
This sample text font color is #c702fb
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.
#c702fb Background Color
<div style="background-color:#c702fb">
Div content here</div>
This div background color is #c702fb
#c702fb Border Color
<div style="border:3px solid #c702fb">
Div here</div>
This div border color is #c702fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,2,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c702fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c702fb; -webkit-box-shadow: 1px 1px 3px 2px #c702fb; box-shadow: 1px 1px 3px 2px #c702fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,2,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 #c702fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c702fb; -webkit-box-shadow: 1px 1px 3px 2px #c702fb; box-shadow: 1px 1px 3px 2px #c702fb;">
Div content here</div>
This div box has shadow with color #c702fb
Comments
No comments written yet.
Please login to write comment.