Color spaces of #cf33ce
RGB | 207 | 51 | 206 |
---|---|---|---|
HSL | 0.83 | 0.62 | 0.51 |
HSV | 300° | 75° | 81° |
CMYK | 0.00 | 0.75 | 0.00 0.19 |
XYZ | 38.0565 | 20.0893 | 60.2643 |
Yxy | 20.0893 | 0.3214 | 0.1697 |
Hunter Lab | 44.8211 | 73.1231 | -48.3437 |
CIE-Lab | 51.9380 | 75.6886 | -47.0744 |
#cf33ce color RGB value is (207,51,206).
#cf33ce hex color red value is 207, green value is 51 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cf33ce hue: 0.83 , saturation: 0.62 and the lightness value of cf33ce is 0.51.
The process color (four color CMYK) of #cf33ce color hex is 0.00, 0.75, 0.00, 0.19. Web safe color of #cf33ce is #cc33cc. Color #cf33ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00110011 | 11001110 |
Octal | 317 | 63 | 316 |
Decimal | 207 | 51 | 206 |
Hex | CF | 33 | CE |
Shades of #cf33ce
Tints of #cf33ce
RGB Percentages of Color #cf33ce
CMYK Percentages of Color #cf33ce
Complementary Color
#cf33ce | #33cf34 |
#cf33ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf33ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf33ce Color CSS Codes
.mybgcolor {background-color:#cf33ce; } .myforecolor {color:#cf33ce; } .mybordercolor {border:3px solid #cf33ce; }
#cf33ce Text Font Color
<p style="color:#cf33ce">Text here</p>
This sample text font color is #cf33ce
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.
#cf33ce Background Color
<div style="background-color:#cf33ce">
Div content here</div>
This div background color is #cf33ce
#cf33ce Border Color
<div style="border:3px solid #cf33ce">
Div here</div>
This div border color is #cf33ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,51,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf33ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf33ce; -webkit-box-shadow: 1px 1px 3px 2px #cf33ce; box-shadow: 1px 1px 3px 2px #cf33ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,51,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf33ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf33ce; -webkit-box-shadow: 1px 1px 3px 2px #cf33ce; box-shadow: 1px 1px 3px 2px #cf33ce;">
Div content here</div>
This div box has shadow with color #cf33ce
Comments
No comments written yet.
Please login to write comment.