Color spaces of #cf43cf
RGB | 207 | 67 | 207 |
---|---|---|---|
HSL | 0.83 | 0.59 | 0.54 |
HSV | 300° | 68° | 81° |
CMYK | 0.00 | 0.68 | 0.00 0.19 |
XYZ | 39.0018 | 21.7847 | 61.1807 |
Yxy | 21.7847 | 0.3198 | 0.1786 |
Hunter Lab | 46.6741 | 67.4785 | -45.0459 |
CIE-Lab | 53.7978 | 70.6986 | -44.6960 |
#cf43cf color RGB value is (207,67,207).
#cf43cf hex color red value is 207, green value is 67 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cf43cf hue: 0.83 , saturation: 0.59 and the lightness value of cf43cf is 0.54.
The process color (four color CMYK) of #cf43cf color hex is 0.00, 0.68, 0.00, 0.19. Web safe color of #cf43cf is #cc33cc. Color #cf43cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01000011 | 11001111 |
Octal | 317 | 103 | 317 |
Decimal | 207 | 67 | 207 |
Hex | CF | 43 | CF |
Shades of #cf43cf
Tints of #cf43cf
RGB Percentages of Color #cf43cf
CMYK Percentages of Color #cf43cf
Complementary Color
#cf43cf | #43cf43 |
#cf43cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf43cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf43cf Color CSS Codes
.mybgcolor {background-color:#cf43cf; } .myforecolor {color:#cf43cf; } .mybordercolor {border:3px solid #cf43cf; }
#cf43cf Text Font Color
<p style="color:#cf43cf">Text here</p>
This sample text font color is #cf43cf
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.
#cf43cf Background Color
<div style="background-color:#cf43cf">
Div content here</div>
This div background color is #cf43cf
#cf43cf Border Color
<div style="border:3px solid #cf43cf">
Div here</div>
This div border color is #cf43cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,67,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf43cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf43cf; -webkit-box-shadow: 1px 1px 3px 2px #cf43cf; box-shadow: 1px 1px 3px 2px #cf43cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,67,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf43cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf43cf; -webkit-box-shadow: 1px 1px 3px 2px #cf43cf; box-shadow: 1px 1px 3px 2px #cf43cf;">
Div content here</div>
This div box has shadow with color #cf43cf
Comments
No comments written yet.
Please login to write comment.