Color spaces of #cf33fd
RGB | 207 | 51 | 253 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.60 |
HSV | 286° | 80° | 99° |
CMYK | 0.18 | 0.80 | 0.00 0.01 |
XYZ | 44.6456 | 22.7249 | 94.9618 |
Yxy | 22.7249 | 0.2750 | 0.1400 |
Hunter Lab | 47.6706 | 83.7493 | -84.7386 |
CIE-Lab | 54.7878 | 83.5522 | -69.0369 |
#cf33fd color RGB value is (207,51,253).
#cf33fd hex color red value is 207, green value is 51 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cf33fd hue: 0.80 , saturation: 0.98 and the lightness value of cf33fd is 0.60.
The process color (four color CMYK) of #cf33fd color hex is 0.18, 0.80, 0.00, 0.01. Web safe color of #cf33fd is #cc33ff. Color #cf33fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00110011 | 11111101 |
Octal | 317 | 63 | 375 |
Decimal | 207 | 51 | 253 |
Hex | CF | 33 | FD |
Shades of #cf33fd
Tints of #cf33fd
RGB Percentages of Color #cf33fd
CMYK Percentages of Color #cf33fd
Complementary Color
#cf33fd | #61fd33 |
#cf33fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf33fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf33fd Color CSS Codes
.mybgcolor {background-color:#cf33fd; } .myforecolor {color:#cf33fd; } .mybordercolor {border:3px solid #cf33fd; }
#cf33fd Text Font Color
<p style="color:#cf33fd">Text here</p>
This sample text font color is #cf33fd
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.
#cf33fd Background Color
<div style="background-color:#cf33fd">
Div content here</div>
This div background color is #cf33fd
#cf33fd Border Color
<div style="border:3px solid #cf33fd">
Div here</div>
This div border color is #cf33fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,51,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf33fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf33fd; -webkit-box-shadow: 1px 1px 3px 2px #cf33fd; box-shadow: 1px 1px 3px 2px #cf33fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,51,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf33fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf33fd; -webkit-box-shadow: 1px 1px 3px 2px #cf33fd; box-shadow: 1px 1px 3px 2px #cf33fd;">
Div content here</div>
This div box has shadow with color #cf33fd
Comments
No comments written yet.
Please login to write comment.