Color spaces of #cf87fb
RGB | 207 | 135 | 251 |
---|---|---|---|
HSL | 0.77 | 0.94 | 0.76 |
HSV | 277° | 46° | 98° |
CMYK | 0.18 | 0.46 | 0.00 0.02 |
XYZ | 51.8087 | 37.5584 | 95.7857 |
Yxy | 37.5584 | 0.2798 | 0.2029 |
Hunter Lab | 61.2849 | 43.6508 | -49.7683 |
CIE-Lab | 67.6939 | 47.6872 | -47.3361 |
#cf87fb color RGB value is (207,135,251).
#cf87fb hex color red value is 207, green value is 135 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cf87fb hue: 0.77 , saturation: 0.94 and the lightness value of cf87fb is 0.76.
The process color (four color CMYK) of #cf87fb color hex is 0.18, 0.46, 0.00, 0.02. Web safe color of #cf87fb is #cc99ff. Color #cf87fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10000111 | 11111011 |
Octal | 317 | 207 | 373 |
Decimal | 207 | 135 | 251 |
Hex | CF | 87 | FB |
Shades of #cf87fb
Tints of #cf87fb
RGB Percentages of Color #cf87fb
CMYK Percentages of Color #cf87fb
Complementary Color
#cf87fb | #b3fb87 |
#cf87fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf87fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf87fb Color CSS Codes
.mybgcolor {background-color:#cf87fb; } .myforecolor {color:#cf87fb; } .mybordercolor {border:3px solid #cf87fb; }
#cf87fb Text Font Color
<p style="color:#cf87fb">Text here</p>
This sample text font color is #cf87fb
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.
#cf87fb Background Color
<div style="background-color:#cf87fb">
Div content here</div>
This div background color is #cf87fb
#cf87fb Border Color
<div style="border:3px solid #cf87fb">
Div here</div>
This div border color is #cf87fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,135,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf87fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf87fb; -webkit-box-shadow: 1px 1px 3px 2px #cf87fb; box-shadow: 1px 1px 3px 2px #cf87fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,135,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 #cf87fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf87fb; -webkit-box-shadow: 1px 1px 3px 2px #cf87fb; box-shadow: 1px 1px 3px 2px #cf87fb;">
Div content here</div>
This div box has shadow with color #cf87fb
Comments
No comments written yet.
Please login to write comment.