Color spaces of #cf78cc
RGB | 207 | 120 | 204 |
---|---|---|---|
HSL | 0.84 | 0.48 | 0.64 |
HSV | 302° | 42° | 81° |
CMYK | 0.00 | 0.42 | 0.01 0.19 |
XYZ | 43.3477 | 31.0580 | 60.8369 |
Yxy | 31.0580 | 0.3205 | 0.2296 |
Hunter Lab | 55.7297 | 41.3140 | -25.7127 |
CIE-Lab | 62.5566 | 46.2628 | -29.2850 |
#cf78cc color RGB value is (207,120,204).
#cf78cc hex color red value is 207, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cf78cc hue: 0.84 , saturation: 0.48 and the lightness value of cf78cc is 0.64.
The process color (four color CMYK) of #cf78cc color hex is 0.00, 0.42, 0.01, 0.19. Web safe color of #cf78cc is #cc66cc. Color #cf78cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01111000 | 11001100 |
Octal | 317 | 170 | 314 |
Decimal | 207 | 120 | 204 |
Hex | CF | 78 | CC |
Shades of #cf78cc
Tints of #cf78cc
RGB Percentages of Color #cf78cc
CMYK Percentages of Color #cf78cc
Complementary Color
#cf78cc | #78cf7b |
#cf78cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf78cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf78cc Color CSS Codes
.mybgcolor {background-color:#cf78cc; } .myforecolor {color:#cf78cc; } .mybordercolor {border:3px solid #cf78cc; }
#cf78cc Text Font Color
<p style="color:#cf78cc">Text here</p>
This sample text font color is #cf78cc
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.
#cf78cc Background Color
<div style="background-color:#cf78cc">
Div content here</div>
This div background color is #cf78cc
#cf78cc Border Color
<div style="border:3px solid #cf78cc">
Div here</div>
This div border color is #cf78cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,120,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf78cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf78cc; -webkit-box-shadow: 1px 1px 3px 2px #cf78cc; box-shadow: 1px 1px 3px 2px #cf78cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,120,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf78cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf78cc; -webkit-box-shadow: 1px 1px 3px 2px #cf78cc; box-shadow: 1px 1px 3px 2px #cf78cc;">
Div content here</div>
This div box has shadow with color #cf78cc
Comments
No comments written yet.
Please login to write comment.