Color spaces of #c907fb
RGB | 201 | 7 | 251 |
---|---|---|---|
HSL | 0.80 | 0.97 | 0.51 |
HSV | 288° | 97° | 98° |
CMYK | 0.20 | 0.97 | 0.00 0.02 |
XYZ | 41.5760 | 19.5345 | 92.8460 |
Yxy | 19.5345 | 0.2701 | 0.1269 |
Hunter Lab | 44.1979 | 90.5650 | -93.6114 |
CIE-Lab | 51.3068 | 89.4367 | -73.6089 |
#c907fb color RGB value is (201,7,251).
#c907fb hex color red value is 201, green value is 7 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c907fb hue: 0.80 , saturation: 0.97 and the lightness value of c907fb is 0.51.
The process color (four color CMYK) of #c907fb color hex is 0.20, 0.97, 0.00, 0.02. Web safe color of #c907fb is #cc00ff. Color #c907fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00000111 | 11111011 |
Octal | 311 | 7 | 373 |
Decimal | 201 | 7 | 251 |
Hex | C9 | 7 | FB |
Shades of #c907fb
Tints of #c907fb
RGB Percentages of Color #c907fb
CMYK Percentages of Color #c907fb
Complementary Color
#c907fb | #39fb07 |
#c907fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c907fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c907fb Color CSS Codes
.mybgcolor {background-color:#c907fb; } .myforecolor {color:#c907fb; } .mybordercolor {border:3px solid #c907fb; }
#c907fb Text Font Color
<p style="color:#c907fb">Text here</p>
This sample text font color is #c907fb
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.
#c907fb Background Color
<div style="background-color:#c907fb">
Div content here</div>
This div background color is #c907fb
#c907fb Border Color
<div style="border:3px solid #c907fb">
Div here</div>
This div border color is #c907fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,7,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c907fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c907fb; -webkit-box-shadow: 1px 1px 3px 2px #c907fb; box-shadow: 1px 1px 3px 2px #c907fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,7,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 #c907fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c907fb; -webkit-box-shadow: 1px 1px 3px 2px #c907fb; box-shadow: 1px 1px 3px 2px #c907fb;">
Div content here</div>
This div box has shadow with color #c907fb
Comments
No comments written yet.
Please login to write comment.