Color spaces of #cf70bd
RGB | 207 | 112 | 189 |
---|---|---|---|
HSL | 0.86 | 0.50 | 0.63 |
HSV | 311° | 46° | 81° |
CMYK | 0.00 | 0.46 | 0.09 0.19 |
XYZ | 40.7116 | 28.5279 | 51.5048 |
Yxy | 28.5279 | 0.3372 | 0.2363 |
Hunter Lab | 53.4115 | 42.5870 | -19.7854 |
CIE-Lab | 60.3627 | 47.7537 | -24.1731 |
#cf70bd color RGB value is (207,112,189).
#cf70bd hex color red value is 207, green value is 112 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cf70bd hue: 0.86 , saturation: 0.50 and the lightness value of cf70bd is 0.63.
The process color (four color CMYK) of #cf70bd color hex is 0.00, 0.46, 0.09, 0.19. Web safe color of #cf70bd is #cc66cc. Color #cf70bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01110000 | 10111101 |
Octal | 317 | 160 | 275 |
Decimal | 207 | 112 | 189 |
Hex | CF | 70 | BD |
Shades of #cf70bd
Tints of #cf70bd
RGB Percentages of Color #cf70bd
CMYK Percentages of Color #cf70bd
Complementary Color
#cf70bd | #70cf82 |
#cf70bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf70bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf70bd Color CSS Codes
.mybgcolor {background-color:#cf70bd; } .myforecolor {color:#cf70bd; } .mybordercolor {border:3px solid #cf70bd; }
#cf70bd Text Font Color
<p style="color:#cf70bd">Text here</p>
This sample text font color is #cf70bd
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.
#cf70bd Background Color
<div style="background-color:#cf70bd">
Div content here</div>
This div background color is #cf70bd
#cf70bd Border Color
<div style="border:3px solid #cf70bd">
Div here</div>
This div border color is #cf70bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,112,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf70bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf70bd; -webkit-box-shadow: 1px 1px 3px 2px #cf70bd; box-shadow: 1px 1px 3px 2px #cf70bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,112,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf70bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf70bd; -webkit-box-shadow: 1px 1px 3px 2px #cf70bd; box-shadow: 1px 1px 3px 2px #cf70bd;">
Div content here</div>
This div box has shadow with color #cf70bd
Comments
No comments written yet.
Please login to write comment.