Color spaces of #cf96fc
RGB | 207 | 150 | 252 |
---|---|---|---|
HSL | 0.76 | 0.94 | 0.79 |
HSV | 274° | 40° | 99° |
CMYK | 0.18 | 0.40 | 0.00 0.01 |
XYZ | 54.2092 | 42.1064 | 97.3657 |
Yxy | 42.1064 | 0.2799 | 0.2174 |
Hunter Lab | 64.8894 | 35.5639 | -43.5412 |
CIE-Lab | 70.9442 | 39.8903 | -42.7800 |
#cf96fc color RGB value is (207,150,252).
#cf96fc hex color red value is 207, green value is 150 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cf96fc hue: 0.76 , saturation: 0.94 and the lightness value of cf96fc is 0.79.
The process color (four color CMYK) of #cf96fc color hex is 0.18, 0.40, 0.00, 0.01. Web safe color of #cf96fc is #cc99ff. Color #cf96fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10010110 | 11111100 |
Octal | 317 | 226 | 374 |
Decimal | 207 | 150 | 252 |
Hex | CF | 96 | FC |
Shades of #cf96fc
Tints of #cf96fc
RGB Percentages of Color #cf96fc
CMYK Percentages of Color #cf96fc
Complementary Color
#cf96fc | #c3fc96 |
#cf96fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf96fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf96fc Color CSS Codes
.mybgcolor {background-color:#cf96fc; } .myforecolor {color:#cf96fc; } .mybordercolor {border:3px solid #cf96fc; }
#cf96fc Text Font Color
<p style="color:#cf96fc">Text here</p>
This sample text font color is #cf96fc
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.
#cf96fc Background Color
<div style="background-color:#cf96fc">
Div content here</div>
This div background color is #cf96fc
#cf96fc Border Color
<div style="border:3px solid #cf96fc">
Div here</div>
This div border color is #cf96fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,150,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf96fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf96fc; -webkit-box-shadow: 1px 1px 3px 2px #cf96fc; box-shadow: 1px 1px 3px 2px #cf96fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,150,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf96fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf96fc; -webkit-box-shadow: 1px 1px 3px 2px #cf96fc; box-shadow: 1px 1px 3px 2px #cf96fc;">
Div content here</div>
This div box has shadow with color #cf96fc
Related Colors
Comments
No comments written yet.
Please login to write comment.