Color spaces of #cf28fa
RGB | 207 | 40 | 250 |
---|---|---|---|
HSL | 0.80 | 0.95 | 0.57 |
HSV | 288° | 84° | 98° |
CMYK | 0.17 | 0.84 | 0.00 0.02 |
XYZ | 43.7462 | 21.6851 | 92.3224 |
Yxy | 21.6851 | 0.2773 | 0.1375 |
Hunter Lab | 46.5673 | 86.1937 | -84.9489 |
CIE-Lab | 53.6913 | 85.6510 | -69.1405 |
#cf28fa color RGB value is (207,40,250).
#cf28fa hex color red value is 207, green value is 40 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cf28fa hue: 0.80 , saturation: 0.95 and the lightness value of cf28fa is 0.57.
The process color (four color CMYK) of #cf28fa color hex is 0.17, 0.84, 0.00, 0.02. Web safe color of #cf28fa is #cc33ff. Color #cf28fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00101000 | 11111010 |
Octal | 317 | 50 | 372 |
Decimal | 207 | 40 | 250 |
Hex | CF | 28 | FA |
Shades of #cf28fa
Tints of #cf28fa
RGB Percentages of Color #cf28fa
CMYK Percentages of Color #cf28fa
Complementary Color
#cf28fa | #53fa28 |
#cf28fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf28fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf28fa Color CSS Codes
.mybgcolor {background-color:#cf28fa; } .myforecolor {color:#cf28fa; } .mybordercolor {border:3px solid #cf28fa; }
#cf28fa Text Font Color
<p style="color:#cf28fa">Text here</p>
This sample text font color is #cf28fa
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.
#cf28fa Background Color
<div style="background-color:#cf28fa">
Div content here</div>
This div background color is #cf28fa
#cf28fa Border Color
<div style="border:3px solid #cf28fa">
Div here</div>
This div border color is #cf28fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,40,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf28fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf28fa; -webkit-box-shadow: 1px 1px 3px 2px #cf28fa; box-shadow: 1px 1px 3px 2px #cf28fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,40,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf28fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf28fa; -webkit-box-shadow: 1px 1px 3px 2px #cf28fa; box-shadow: 1px 1px 3px 2px #cf28fa;">
Div content here</div>
This div box has shadow with color #cf28fa
Comments
No comments written yet.
Please login to write comment.